Skip to content

Commit 8adab0c

Browse files
committed
[Truffle] Fix Graal version in bundle builder.
1 parent a320453 commit 8adab0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tool/build-graal-bundles.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ function pack {
6767
shasum -a 1 $targetname > $targetname.sha1 || exit $?
6868
}
6969

70-
pack "linux" "b132" "0.6"
71-
pack "macosx" "b132" "0.6"
70+
pack "linux" "b132" "0.7"
71+
pack "macosx" "b132" "0.7"

0 commit comments

Comments
 (0)