diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-23 07:49:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-23 07:49:34 +0200 |
| commit | 8f2a9f110b10b721d40dab1ce13475b56bac6ee7 (patch) | |
| tree | 5a1b2602f42164a1c24936fdaded421c470293ee | |
| parent | df8b13739eea6a763d9e3e1bdbf92fa0ffb95296 (diff) | |
chore: bump version to v0.25.6v0.25.6
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 e9dc0db..fea5195 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.5" +const Version = "0.25.6" |
