diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-01 15:11:21 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-01 15:11:21 +0300 |
| commit | d9184a5bfdc39d40232cb0d66a350daffcd7a326 (patch) | |
| tree | a7cd8054eccf8c497f06d0b551077a2d90906b8c /internal/version.go | |
| parent | 7fcd1f38a344e1c55dbd65c5afed9e94b6ab41b7 (diff) | |
Bump version to 0.38.3v0.38.3
Correct default Ollama Cloud model to gemma4:31b-cloud (bare gemma4 tag
returns 404 on Ollama Cloud; the hosted cloud model requires the explicit
:31b-cloud tag).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 3cb65a6..4fa574f 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.38.2" +const Version = "0.38.3" |
