summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-28 23:57:43 +0300
committerPaul Buetow <paul@buetow.org>2025-08-28 23:57:43 +0300
commitd35aaa0227334ab0269b0907491c0682841b9cd5 (patch)
tree4b3af0309effbaef0e5b92d01491a2b984685e98
parent32a72e6533ecf3d4e0c53137692c658b512abcd1 (diff)
bump version to 0.3.2 (patch release)v0.3.2
-rw-r--r--internal/version.go2
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"