diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-20 09:00:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-20 09:00:43 +0200 |
| commit | 42ccd63c544fdad033df6e7644472008987def74 (patch) | |
| tree | 23a08df1c05e67e6be278e258737d9b164d39aab | |
| parent | 02211da8ab8239427f67b3287102f80b147fce04 (diff) | |
Bump version to 0.25.1v0.25.1
| -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 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" |
