diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-28 23:57:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-28 23:57:43 +0300 |
| commit | d35aaa0227334ab0269b0907491c0682841b9cd5 (patch) | |
| tree | 4b3af0309effbaef0e5b92d01491a2b984685e98 | |
| parent | 32a72e6533ecf3d4e0c53137692c658b512abcd1 (diff) | |
bump version to 0.3.2 (patch release)v0.3.2
| -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 ccf8c34..b5d250d 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ // Summary: Hexai semantic version identifier used by CLI and LSP binaries. package internal -const Version = "0.3.1" +const Version = "0.3.2" |
