File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 otp-version : " 26.0.2"
3030 # Ensure you update the bin/download-compiler Gleam version to match this
31- gleam-version : " 1.10 .0"
31+ gleam-version : " 1.11 .0"
3232 rebar3-version : " 3"
3333
3434 - name : Download WASM version of Gleam compiler
Original file line number Diff line number Diff line change 1616 with :
1717 otp-version : " 26.0.2"
1818 # Ensure you update the bin/download-compiler Gleam version to match this
19- gleam-version : " 1.10 .0"
19+ gleam-version : " 1.11 .0"
2020 rebar3-version : " 3"
2121 - run : ./bin/download-compiler
2222 - run : gleam deps download
Original file line number Diff line number Diff line change 1- v1.10 .0
1+ v1.11 .0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ An interactive playground for the Gleam language.
55``` sh
66# Set the gleam version in the GLEAM_VERSION file
77# ./GLEAM_VERSION
8- v1.10 .0
8+ v1.11 .0
99
1010# Download a wasm version of the Gleam compiler
1111./bin/download-compiler
Original file line number Diff line number Diff line change 55version=` cat ./GLEAM_VERSION`
66
77# Ensure you update the CI Gleam version to match this
8- VERSION=" v1.10 .0"
8+ VERSION=" v1.11 .0"
99
1010rm -fr wasm-compiler
1111mkdir wasm-compiler
You can’t perform that action at this time.
0 commit comments