From c0f9c82eb09ce38fc585000cee13a535517e995d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 00:33:29 +0000 Subject: [PATCH] dafny: Update to version 3.6.0 --- bucket/dafny.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index 380be7c8ba..043487cc1b 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -1,12 +1,12 @@ { - "version": "3.5.0", + "version": "3.6.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.5.0/dafny-3.5.0-x64-win.zip", - "hash": "5226037164174899d3f9078348d0f7ad06ff5c158e60836e6122bd98ff9bd03a", + "url": "https://github.com/dafny-lang/dafny/releases/download/v3.6.0/dafny-3.6.0-x64-win.zip", + "hash": "8f385d3a5fe4503b15c1268981cfea45bba6787325bd9956542a3758fc55e8d9", "extract_dir": "dafny" } },