diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-11 22:26:06 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-11 22:26:06 +0300 |
| commit | 969006d536d1861f9602da19d1c724f9def871f7 (patch) | |
| tree | 30d102cdbc37daf339568cce2d74849b34484fd6 /internal | |
| parent | fc66593de1ec7935764063fbbe25378de34b321d (diff) | |
Release v0.31.1: stop installing Fish ask.fish on mage install
mage install no longer writes ~/.config/fish/completions/ask.fish; use
ask fish | source or a conf.d snippet per docs/fish-completion.md.
Made-with: Cursor
Diffstat (limited to 'internal')
| -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 1e80c94..b060a26 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.31.0" +const Version = "0.31.1" |
