diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-08 10:05:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-08 10:05:04 +0300 |
| commit | 0dcf347c3fbc6e4ffb7e46294f5dd92dbbcd98ef (patch) | |
| tree | 7503979ac4d44843f1cfcc8da54b77b4a24ff4bd /internal/version.go | |
| parent | cead3ebde8f3aee0ef8677158d37f4d04c6629dc (diff) | |
tmux: improve white-on-purple legibility; bump version to v0.9.0v0.9.0
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 e32d6fb..3162341 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ // Summary: Hexai semantic version identifier used by CLI and LSP binaries. package internal -const Version = "0.8.0" +const Version = "0.9.0" |
