diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-26 08:50:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-26 08:50:34 +0300 |
| commit | 4e59e25a4304a674a7c970bc371640cf0f73d3fd (patch) | |
| tree | d2331ccf06c5fbe96aa82a02aab40518d8afb1f4 | |
| parent | e4a6723bb679b13401020bb4953cd7c4c9564e8c (diff) | |
Bump version to 0.37.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 1846dec..4380f08 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.36.0" +const Version = "0.37.0" |
