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