bump gleam

This commit is contained in:
Lunarmagpie 2023-03-08 02:49:04 -05:00
parent e37bfb022f
commit 87e964fa10
5 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
source ../../erlang/23.0.0/build.sh
# Install Gleam
curl -L "https://github.com/gleam-lang/gleam/releases/download/v0.26.2/gleam-v0.26.2-x86_64-unknown-linux-musl.tar.gz" --output gleam.tar.gz
curl -L "https://github.com/gleam-lang/gleam/releases/download/v0.27.0/gleam-v0.27.0-x86_64-unknown-linux-musl.tar.gz" --output gleam.tar.gz
mkdir gleam
tar -xf gleam.tar.gz -C gleam

View File

@ -1,5 +1,5 @@
{
"language": "gleam",
"version": "0.26.2",
"version": "0.27.0",
"aliases": ["gleam"]
}