From f7089c730dfdad564ced46d4862565823b090005 Mon Sep 17 00:00:00 2001 From: "paul@buetow.org" Date: Fri, 6 Feb 2026 16:43:37 +0200 Subject: chore: bump version to 0.17.0 Co-authored-by: Cursor --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3