summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-17 23:06:00 +0300
committerPaul Buetow <paul@buetow.org>2025-09-17 23:06:00 +0300
commit0cb7bebd9d23e3b37906dcabfc0c9a5da465e012 (patch)
treec45caee973e85bb982ef5a4895695c0a0fc4dd1b
parent96c500e0c3d56ff7c1a464e83e738792a2aedf4b (diff)
chore: bump version to 0.11.3v0.11.3
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 474a4ef..d33eb28 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.2"
+const Version = "0.11.3"