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(-) 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