diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 23:29:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 23:29:32 +0300 |
| commit | 5bc434d71fb5057131f1e5c0b2371db42d3b4ed4 (patch) | |
| tree | 873f477f32aabf8fa2baa64c700fcf1e67f42e35 /internal/version.go | |
| parent | 91629098f96733a71b1ccce0f009a261bd824ce0 (diff) | |
Bump version to 0.30.2v0.30.2
Made-with: Cursor
Diffstat (limited to 'internal/version.go')
| -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 c11247b..f7a1a42 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.30.1" +const Version = "0.30.2" |
