From c530ef26e48407f1040e17ba6b766a8518726375 Mon Sep 17 00:00:00 2001 From: Faynot Date: Mon, 18 May 2026 15:00:09 +0300 Subject: [PATCH] fix: update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e4a2b1..54e321e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glt" -version = "0.1.1" +version = "0.1.2" edition = "2024" description = "Glint compiler library" license = "MIT"