Skip to content

Commit 0691bce

Browse files
authored
chore: fix dafny version release scripts (#1369)
1 parent d8268b0 commit 0691bce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: codebuild/release/release-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ phases:
1919
commands:
2020
- cd ..
2121
# Get Dafny
22-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
22+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
2323
- unzip -qq dafny.zip && rm dafny.zip
2424
- export PATH="$PWD/dafny:$PATH"
2525
# Get Gradle 7.6

Diff for: codebuild/release/validate-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ phases:
1414
commands:
1515
- cd ..
1616
# Get Dafny
17-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
17+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
1818
- unzip -qq dafny.zip && rm dafny.zip
1919
- export PATH="$PWD/dafny:$PATH"
2020
# Get Gradle 7.6

Diff for: codebuild/staging/release-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ phases:
2121
commands:
2222
- cd ..
2323
# Get Dafny
24-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
24+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
2525
- unzip -qq dafny.zip && rm dafny.zip
2626
- export PATH="$PWD/dafny:$PATH"
2727
# Get Gradle 7.6

Diff for: codebuild/staging/validate-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
commands:
1919
- cd ..
2020
# Get Dafny
21-
- curl https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip -L -o dafny.zip
21+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-ubuntu-20.04.zip -L -o dafny.zip
2222
- unzip -qq dafny.zip && rm dafny.zip
2323
- export PATH="$PWD/dafny:$PATH"
2424
# Get Gradle 7.6

0 commit comments

Comments
 (0)