diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-20 09:07:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-20 09:07:28 +0300 |
| commit | 4d2437727fba2166b807686ad5c6427982aa01b9 (patch) | |
| tree | be12824e86b48c9ca9acda02f3bdcf8547b7f5a1 /internal/version.go | |
| parent | 86b730fa12d93b689af4d01d4925c8053b50e74b (diff) | |
chore: bump version to v0.2.0; docs: split config/usage and update in-editor chatv0.2.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 d702f0d..876cbc5 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.1.1" +const Version = "0.2.0" |
