summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-08 17:40:13 +0200
committerPaul Buetow <paul@buetow.org>2026-02-08 17:40:13 +0200
commit8a64a962c4716a6d395e1924d145eeb85f27a582 (patch)
treea413a5a719cb7f79b6f9be1858eeb0d4b1ae8970
parent2ecf9b3de2cd3d54fe0c27b73cffee7aaa616398 (diff)
Bump version to 0.18.1v0.18.1
Co-authored-by: Cursor <cursoragent@cursor.com>
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 0e66355..d4ebeb5 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.0"
+const Version = "0.18.1"