diff options
Diffstat (limited to 'bin/download-compiler')
-rwxr-xr-x | bin/download-compiler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/download-compiler b/bin/download-compiler index 675404f..a8b9557 100755 --- a/bin/download-compiler +++ b/bin/download-compiler @@ -2,7 +2,7 @@ set -eu -VERSION="v0.34.1" +VERSION="v1.0.0" rm -fr wasm-compiler mkdir wasm-compiler |