diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-13 08:12:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-13 08:12:46 +0300 |
| commit | 00981e0d9cd0bc00c3e21ec0124ffbcc52b4762a (patch) | |
| tree | 3df0362b4e3655adeb59056da3b3b3c84394c704 | |
| parent | f2dd8d8a515c1a2a220836231ad1a671a5e9b73d (diff) | |
Bump version to 0.32.0
Made-with: Cursor
| -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 b060a26..62d500a 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.31.1" +const Version = "0.32.0" |
