diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-13 14:05:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-13 14:05:38 +0300 |
| commit | 604f5aa7603498c4f7cc9a649a86d525b824e6c9 (patch) | |
| tree | 814adfdd098e1594b74cbda3396b06723a469d3b /internal/version.go | |
| parent | 00981e0d9cd0bc00c3e21ec0124ffbcc52b4762a (diff) | |
Release v0.33.0: ask dependency UX and start gating
Show only task alias IDs on ask info Depends lines. Block ask start
until every dependency is completed. Bump version to 0.33.0.
Made-with: Cursor
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 62d500a..b7ef401 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.32.0" +const Version = "0.33.0" |
