summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-26 19:06:12 +0300
committerPaul Buetow <paul@buetow.org>2026-04-26 19:06:12 +0300
commitca680540998776c2b42f6d1a827102b20139f8cf (patch)
tree3bad6a131d7bd1efb369fab821d46ef30299951a /internal/version.go
parent1528fbd588262bcd39130ab0829219254ca371d9 (diff)
Release v0.16.0v0.16.0
Add d (mark done) and U (undo last done) hotkeys to the task detail view opened with Enter, mirroring the table-view behavior. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 14fba0b..79440c2 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.15.0"
+const Version = "0.16.0"