summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-17 23:00:01 +0300
committerPaul Buetow <paul@buetow.org>2025-09-17 23:00:01 +0300
commit6468d9f188001d70931c7e2844c44665a7aacd9b (patch)
treefa06584e38b9614bc0314e071e9c31ffc858d341
parent0df6aba990ffd6eb42a14295249fefed1ac7adb5 (diff)
chore: bump version to 0.11.2v0.11.2
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index a4ae7fc..474a4ef 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,4 +1,4 @@
// Summary: Hexai semantic version identifier used by CLI and LSP binaries.
package internal
-const Version = "0.11.1"
+const Version = "0.11.2"