diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-25 00:26:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-25 00:26:58 +0300 |
| commit | ab561e848dd7ca10497da4ef3cfba9fa02ac48d0 (patch) | |
| tree | d4ea82250e40d0aef734c8b987055dbfe1aec006 | |
| parent | ab177d17667b39cb782acba15906d170c91b439f (diff) | |
fix(release): correct AI fallback and syntax errors
| -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 5d827ac..efce7d6 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.8.5" + Version = "0.8.6" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
