diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 22:35:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 22:35:46 +0200 |
| commit | 5fd23315835d29f3551db2a1d10218deb95cd3de (patch) | |
| tree | 48b81606c23ed53df63b37b4a92a7e95f663878d | |
| parent | c514262eb8bfd4042719efd28335f0e1ad9a4f48 (diff) | |
release: v0.26.0v0.26.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 737f4fa..0056bf1 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.12" +const Version = "0.26.0" |
