summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 10:27:28 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 10:27:28 +0300
commitdc71be943e25087905b2b9a4fec2fcf6b6f9925f (patch)
tree5237deae584461cdf57c2bcbb0e62cc3388e3538
parent66811bb5c21fa674b19767f34ff7d27004f838b4 (diff)
release: v0.29.3v0.29.3
Bump Hexai version to 0.29.3 after CLI rename and documentation updates. Made-with: Cursor
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 9b001ec..4f8f02d 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,4 +1,4 @@
// Package internal provides the Hexai semantic version identifier used by CLI and LSP binaries.
package internal
-const Version = "0.29.2"
+const Version = "0.29.3"