diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-31 10:23:24 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-31 10:23:24 +0300 |
| commit | 0a52adf5752835da01e8a29df15e415398165c48 (patch) | |
| tree | 83e21d47147ebf2f6f82f45a99dc012a80ba5c6e | |
| parent | f1f70af28d121e6ff379ed390ebb88a165e60bad (diff) | |
Bump version to 0.39.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 c871d8e..ba6df42 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.39.4" +const Version = "0.39.5" |
