From 1cdac5e456668c8993d4fe35908dc394eb08a51c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 20:27:51 +0000 Subject: [PATCH] dafny: Update to version 3.11.0 --- bucket/dafny.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index 4e70e47a44..983be4bf8c 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -1,12 +1,12 @@ { - "version": "3.10.0", + "version": "3.11.0", "description": "A programming language with a program verifier", "homepage": "https://dafny-lang.github.io/dafny/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dafny-lang/dafny/releases/download/v3.10.0/dafny-3.10.0-x64-win.zip", - "hash": "990d4e15723f0c7512319f8ce231e71f371a0c3058d856d1478653b4dd6df1ae", + "url": "https://github.com/dafny-lang/dafny/releases/download/v3.11.0/dafny-3.11.0-x64-win.zip", + "hash": "1bbb56bfe73cab0b864a0f205b274c7a591e1c47a7be40f7773b394e4ae44d5f", "extract_dir": "dafny" } },