summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaul@buetow.org <paul@buetow.org>2026-02-06 16:43:37 +0200
committerpaul@buetow.org <paul@buetow.org>2026-02-06 16:43:37 +0200
commitf7089c730dfdad564ced46d4862565823b090005 (patch)
tree528208ad2cfc23af3db1f3feffe3547585b84fed
parentd72a693cc24ebf2a93a5d9c6385f7af2c5db1b9f (diff)
chore: bump version to 0.17.0
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 6653da7..737fa97 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.1"
+const Version = "0.17.0"