summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaul@buetow.org <paul@buetow.org>2026-02-06 16:16:11 +0200
committerpaul@buetow.org <paul@buetow.org>2026-02-06 16:16:11 +0200
commit89dc2aab0b6be2620766a4b4b750fa888641b89d (patch)
treee6f2972a068a00c10d39c572658e087ed952440b
parentfbfbc3311e7c5beee35f430a443866bc30cf595f (diff)
chore: bump version to 0.16.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 c2b80a2..6653da7 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.16.0"
+const Version = "0.16.1"