dafny: Update to version 4.7.0

This commit is contained in:
github-actions[bot] 2024-06-27 00:34:10 +00:00
parent a973733205
commit 237788ce02

View File

@ -1,12 +1,12 @@
{ {
"version": "4.6.0", "version": "4.7.0",
"description": "A programming language with a program verifier", "description": "A programming language with a program verifier",
"homepage": "https://dafny-lang.github.io/dafny/", "homepage": "https://dafny-lang.github.io/dafny/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dafny-lang/dafny/releases/download/v4.6.0/dafny-4.6.0-x64-windows-2019.zip", "url": "https://github.com/dafny-lang/dafny/releases/download/v4.7.0/dafny-4.7.0-x64-windows-2019.zip",
"hash": "ac3c4a1b5bf75a111c54a586d7efd89533e36b3d4855035b00aefa9c206a372b", "hash": "4c593c526065dadd60ac62f1218bc572acbdf6fd6a2295e7f12ae7dea5ddc2da",
"extract_dir": "dafny" "extract_dir": "dafny"
} }
}, },