From 667f2d3384643aa877de2eefcbad3923965bad09 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Mar 2026 08:33:32 +0200 Subject: chore: bump version to v0.25.8 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 c3705e4..49e4e02 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.25.7" +const Version = "0.25.8" -- cgit v1.2.3