diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-19 09:37:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-19 09:37:01 +0200 |
| commit | 02211da8ab8239427f67b3287102f80b147fce04 (patch) | |
| tree | ce23d254af9441846393b2b9f5a2a39ef6feef09 | |
| parent | 15bc73d103259b492f8b77a422f8649bdf3d7c24 (diff) | |
Bump version to 0.25.0v0.25.0
| -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 29a6d40..175792e 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.24.2" +const Version = "0.25.0" |
