From 0dcf347c3fbc6e4ffb7e46294f5dd92dbbcd98ef Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 8 Sep 2025 10:05:04 +0300 Subject: tmux: improve white-on-purple legibility; bump version to v0.9.0 --- 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 e32d6fb..3162341 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.8.0" +const Version = "0.9.0" -- cgit v1.2.3