summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-08 22:18:40 +0200
committerPaul Buetow <paul@buetow.org>2026-02-08 22:18:40 +0200
commitc00dcddfcc7101799e898033fbfeb7de00b41872 (patch)
tree9e397179807cc0ccda30f923f6239508ac531b5a
parent9952f53408c8c688f97afbde93cfd9d77fbe8974 (diff)
Bump version to 0.18.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 d4ebeb5..50b476f 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.18.1"
+const Version = "0.18.2"