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
commit356fd474e9454f21853417428df05d99dbcf5c89 (patch)
treee6f2972a068a00c10d39c572658e087ed952440b
parented1f11f5e48adb35a3727571ca4154ef5be6d281 (diff)
chore: bump version to 0.16.1v0.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"