diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-20 18:30:02 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-20 18:30:02 +0300 |
| commit | c0e01d4a40eb85b943d87102c37a9c05f95ee1e9 (patch) | |
| tree | 1bce09c03bf4b583aa7ee5a61155dac84779ba3e | |
| parent | 83caeb9bcdc4a5eafda937807cd42ea8455948a6 (diff) | |
Bump version to 0.39.0
Amp-Thread-ID: https://ampcode.com/threads/T-019e45ff-4976-750c-b2e6-121d0e5991ef
Co-authored-by: Amp <amp@ampcode.com>
| -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 271b77e..035c9c1 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.38.5" +const Version = "0.39.0" |
