diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-28 23:28:31 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-28 23:28:31 +0300 |
| commit | 86aafe22eaf04687288e5a730acf0a473719c514 (patch) | |
| tree | b1a618442f903cf5de37d65f0b9d86392bb8194d /internal/version.go | |
| parent | e3a7a18558fa5631c44fb70af673877d855206fc (diff) | |
copilot: add session token + codex code completion; lsp: prefer native CodeCompleter with chat fallback; remove obsolete throttle path; add tests; bump version to 0.3.0v0.3.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 40e4f17..8f22b67 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.1" +const Version = "0.3.0" |
