diff --git a/compiler-core/src/version.rs b/compiler-core/src/version.rs index 912cb0a6d..f3f8079b2 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.5.0"; +pub const COMPILER_VERSION: &str = "1.5.1";