Skip to content

Commit

Permalink
update gleam version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Jun 8, 2024
1 parent b0d7a1b commit a6dd7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-core/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0";
pub const COMPILER_VERSION: &str = "1.2.1";

0 comments on commit a6dd7a3

Please sign in to comment.