summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-18 08:41:25 +0300
committerPaul Buetow <paul@buetow.org>2026-04-18 08:41:25 +0300
commit0ae497b3ab3bff2693c319c10057c0f8648928bf (patch)
treedde9489837bc4ab31be3183936f5dbc7a6851b00 /internal/version.go
parent4ed6cb28a5e82ca034bdae4f0d3f5e91501d626a (diff)
Release v0.14.0v0.14.0
Add '0' key in ultra mode to jump to the first task. Co-Authored-By: Claude Sonnet 4.6 <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 0868e54..1520c59 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.13.4"
+const Version = "0.14.0"