diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-28 10:14:24 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-28 12:50:31 +0200 |
| commit | 9aab24062622f6da661980d9fe9a54f55fe7dcb5 (patch) | |
| tree | e1412938b82bd3796fef0f71f31f001bfa765bbf /internal/version.go | |
| parent | afbdcef805dc572ee2f3a79a52fde99818715bd4 (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>
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
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" |
