diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-22 22:31:14 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-22 22:31:14 +0200 |
| commit | 987c08b9bd86f4e6afabfb3dcb0efaf98f1ccb38 (patch) | |
| tree | 3036754e4e1937f9b62245ba00a4e86559a462d5 | |
| parent | f1cc2adc3bbbf08c1c08444653d40cfb8f38c305 (diff) | |
chore: bump version to v0.25.5v0.25.5
| -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 e88f3fa..e9dc0db 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.4" +const Version = "0.25.5" |
