diff options
-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 a8b9557..26cf154 100755 --- a/bin/download-compiler +++ b/bin/download-compiler @@ -2,7 +2,7 @@ set -eu -VERSION="v1.0.0" +VERSION="v1.1.0" rm -fr wasm-compiler mkdir wasm-compiler |