diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-28 11:16:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-28 11:16:03 +0300 |
| commit | faf87a23a782bc7d717e363a3a399a64d6a34146 (patch) | |
| tree | 40d94eee9ee43f3784ca33d0746f07f1c58359a6 /internal/version.go | |
| parent | d7c52fc31e233e97d80a5340cf2a1c451ae465af (diff) | |
lsp/chat: remove '..' trigger; docs: update triggers; tests: align throttle test; version: bump to 0.2.1v0.2.1
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 876cbc5..40e4f17 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.2.0" +const Version = "0.2.1" |
