From 9088b2f55eada3bbbeb31d276a2928c4a7c07095 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 00:35:52 +0000 Subject: [PATCH] dafny: Update to version 3.7.1 --- bucket/dafny.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index c3a58c3b63..14f8405cc6 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -1,12 +1,12 @@ { - "version": "3.7.0", + "version": "3.7.1", "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.7.0/dafny-3.7.0-x64-win.zip", - "hash": "402ae1b446149422c27c90cff46b7220bbf0c959eba0aaffb5cd271600c4d2e1", + "url": "https://github.com/dafny-lang/dafny/releases/download/v3.7.1/dafny-3.7.1-x64-win.zip", + "hash": "4713c53a93b242e008824cc8e8861d112e1f6c483d2d08a1513f53506c8724f1", "extract_dir": "dafny" } },