From 9aab24062622f6da661980d9fe9a54f55fe7dcb5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 28 Feb 2026 10:14:24 +0200 Subject: bump up version to 0.9.3 Patch release: code-quality refactors (Model sub-structs, date format constant, debug config struct, large function decomposition) and one bug fix (View() double-render of expandedCellView). Co-Authored-By: Claude Sonnet 4.6 --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 2cdc207..53a45b0 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // Version is the current version of Task Samurai. -const Version = "0.11.0" +const Version = "0.11.1" -- cgit v1.2.3