diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-22 22:29:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-22 22:29:49 +0200 |
| commit | f1cc2adc3bbbf08c1c08444653d40cfb8f38c305 (patch) | |
| tree | 4e6055c42390434a52595bf58ddb52da4b054644 /internal/version.go | |
| parent | a0f7ee1cd4b0833ff45b94e2a35c60227e6ec1e3 (diff) | |
ask: fix filter argument ordering for list/all/ready commandsv0.25.4
Filters like +tag must come before the 'export' action in task
commands. Previously filters were appended after 'export' causing
'ask list +integrationtest' to fail.
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 b73ef9e..e88f3fa 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.3" +const Version = "0.25.4" |
