diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-23 13:37:09 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-23 13:37:09 +0200 |
| commit | b18ee2f6b6e0cb7164a7bbbc8efbb4c75cffade6 (patch) | |
| tree | 81bbdcd58702b29d241bdea76eedbdd498c18b9a | |
| parent | bc0849e96fe41e509af4306c0953f463a7fad155 (diff) | |
chore: bump version to v0.25.10v0.25.10
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index a9fcd29..54e3b55 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.9" +const Version = "0.25.10" |
