From 97e2dde7693618516a42019d7aa7cfda1f5a8811 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 25 Apr 2026 16:19:17 +0300 Subject: Bump version to 0.36.0 Co-Authored-By: Claude Sonnet 4.6 --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3