From cedc2d1bc070b61857ce61c9c5eff676407c1c5a Mon Sep 17 00:00:00 2001 From: Faynot Date: Tue, 2 Jun 2026 13:05:02 +0300 Subject: [PATCH] fix: version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa72970..b91c72c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glt" -version = "0.1.3" +version = "0.1.4" edition = "2024" description = "Glint compiler library" license = "MIT"