summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-25 16:19:17 +0300
committerPaul Buetow <paul@buetow.org>2026-04-25 16:19:17 +0300
commit97e2dde7693618516a42019d7aa7cfda1f5a8811 (patch)
treeed154fe972d9b9b2e64031db521b436583b43987 /internal
parentd382cdf04a867b168ebd04a5b9686b132ae0247d (diff)
Bump version to 0.36.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 f8f1502..1846dec 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.35.0"
+const Version = "0.36.0"