From 237788ce02b29675f2c66fc54f1c25747b6d944e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:34:10 +0000 Subject: [PATCH] dafny: Update to version 4.7.0 --- bucket/dafny.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index a8107d60c7..f265077997 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -1,12 +1,12 @@ { - "version": "4.6.0", + "version": "4.7.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/v4.6.0/dafny-4.6.0-x64-windows-2019.zip", - "hash": "ac3c4a1b5bf75a111c54a586d7efd89533e36b3d4855035b00aefa9c206a372b", + "url": "https://github.com/dafny-lang/dafny/releases/download/v4.7.0/dafny-4.7.0-x64-windows-2019.zip", + "hash": "4c593c526065dadd60ac62f1218bc572acbdf6fd6a2295e7f12ae7dea5ddc2da", "extract_dir": "dafny" } },