summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-22 16:14:20 +0300
committerPaul Buetow <paul@buetow.org>2026-04-22 16:14:20 +0300
commitcaa7876ac8bdb5cc23e12db4d4cb65cf86861151 (patch)
tree716b50e6fb94c88506ce1ee2372d466b9fff451f /internal
parent2fe84d129c45dfc1db38a48421ac7036eb4e6337 (diff)
Bump version to 0.34.0
Diffstat (limited to 'internal')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index b7ef401..5e5bbba 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.33.0"
+const Version = "0.34.0"