From b45154564b00c59e907bd2d94f9b3e01309985f5 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:09:15 -0300 Subject: [PATCH] update reported gleam version --- compiler-core/src/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-core/src/version.rs b/compiler-core/src/version.rs index b23cb2bb3..3c72ea8f8 100644 --- a/compiler-core/src/version.rs +++ b/compiler-core/src/version.rs @@ -3,4 +3,4 @@ /// instead build from scratch /// Note that this should be updated to correspond to the Gleam version /// we are basing Glistix on. This is checked by packages. -pub const COMPILER_VERSION: &str = "1.2.1"; +pub const COMPILER_VERSION: &str = "1.3.2";