summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-22 22:31:14 +0200
committerPaul Buetow <paul@buetow.org>2026-03-22 22:31:14 +0200
commit987c08b9bd86f4e6afabfb3dcb0efaf98f1ccb38 (patch)
tree3036754e4e1937f9b62245ba00a4e86559a462d5
parentf1cc2adc3bbbf08c1c08444653d40cfb8f38c305 (diff)
chore: bump version to v0.25.5v0.25.5
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index e88f3fa..e9dc0db 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.4"
+const Version = "0.25.5"