summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-28 10:14:24 +0200
committerPaul Buetow <paul@buetow.org>2026-02-28 12:50:31 +0200
commit9aab24062622f6da661980d9fe9a54f55fe7dcb5 (patch)
treee1412938b82bd3796fef0f71f31f001bfa765bbf
parentafbdcef805dc572ee2f3a79a52fde99818715bd4 (diff)
bump up version to 0.9.3v0.11.1
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 <noreply@anthropic.com>
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
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"