Skip to content

Commit e25d882

Browse files
GearsDatapackslpil
authored andcommitted
Update to Gleam 1.11
1 parent 718749a commit e25d882

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

GLEAM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.10.0
1+
v1.11.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

bin/download-compiler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55
version=`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

1010
rm -fr wasm-compiler
1111
mkdir wasm-compiler

0 commit comments

Comments
 (0)