summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-20 09:00:43 +0200
committerPaul Buetow <paul@buetow.org>2026-03-20 09:00:43 +0200
commit42ccd63c544fdad033df6e7644472008987def74 (patch)
tree23a08df1c05e67e6be278e258737d9b164d39aab
parent02211da8ab8239427f67b3287102f80b147fce04 (diff)
Bump version to 0.25.1v0.25.1
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 175792e..599fb77 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.0"
+const Version = "0.25.1"