summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-22 22:26:19 +0200
committerPaul Buetow <paul@buetow.org>2026-03-22 22:26:19 +0200
commita0f7ee1cd4b0833ff45b94e2a35c60227e6ec1e3 (patch)
treecf85a206d88431dc88c6d882d07ff2a9fb70f331 /internal/version.go
parentf6ce62d4e5cefc4a7761bbb86f329ad08ba57570 (diff)
ask list: only show pending tasks by defaultv0.25.3
Add status:pending filter to list command so it only shows pending tasks, not completed or deleted ones. Use 'ask all' to see all tasks.
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 fa765e6..b73ef9e 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,4 +1,4 @@
// Package internal provides the Hexai semantic version identifier used by CLI and LSP binaries.
package internal
-const Version = "0.25.2"
+const Version = "0.25.3"