diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/download-compiler | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/download-compiler b/bin/download-compiler index 26cf154..552cf44 100755 --- a/bin/download-compiler +++ b/bin/download-compiler @@ -2,6 +2,7 @@ set -eu +# Ensure you update the CI Gleam version to match this VERSION="v1.1.0" rm -fr wasm-compiler |