aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-04-18 18:29:18 +0100
committerLouis Pilfold <louis@lpil.uk>2024-04-18 18:29:28 +0100
commit957165a03f75184f7ba7c867209ac42df255d63f (patch)
tree9268a664536c7da601149fbef6dfdef76700e52d
parente997995154a65de39914e9d5b615e3f929df1c02 (diff)
downloadtour-957165a03f75184f7ba7c867209ac42df255d63f.tar.gz
tour-957165a03f75184f7ba7c867209ac42df255d63f.zip
Update to Gleam v1.1.0
-rwxr-xr-xbin/download-compiler2
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