diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-17 21:30:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-17 21:33:56 +0300 |
| commit | 813077134132a62d0c9c73c7020ed734ff9add0b (patch) | |
| tree | bc581918febf0ad91d10c6307ee7ce16806706de /internal/version/version.go | |
| parent | 10941e1724d68802c76a4c4a4efdff7bc0af2c07 (diff) | |
feat(ai): switch default showcase model to glm-5.2:cloud and bump version to 0.18.5v0.18.5
Diffstat (limited to 'internal/version/version.go')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 9ecdead..3496d4b 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -7,7 +7,7 @@ import ( var ( // Version is the current version of gitsyncer - Version = "0.18.4" + Version = "0.18.5" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
