diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-17 11:28:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-17 11:28:48 +0200 |
| commit | 934266d5bbefbc33c95e933b6ef02875539bb72f (patch) | |
| tree | 3b6a9f3142c7deaa346548d8293c54520befb0c3 | |
| parent | 6f1c8bf7a36eb7044ed7aad30f84664cbbf0d303 (diff) | |
Release v0.24.2v0.24.2
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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 bf21b62..29a6d40 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.24.1" +const Version = "0.24.2" |
