Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Truffle] Fix version number in build-graal-bundles script.
  • Loading branch information
chrisseaton committed Nov 8, 2014
1 parent 8a13045 commit 1fe2e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/build-graal-bundles.sh
Expand Up @@ -56,5 +56,5 @@ function pack {
shasum -a 1 $targetname > $targetname.sha1
}

pack "linux" "b132" "0.4"
pack "macosx" "b132" "0.4"
pack "linux" "b132" "0.5"
pack "macosx" "b132" "0.5"

0 comments on commit 1fe2e27

Please sign in to comment.