diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-07 22:07:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-07 22:07:27 +0200 |
| commit | ebc50a6600fcf4ebc53df4846f790bb05757b3df (patch) | |
| tree | 64e66a0cbed140a75aa580fe9ba02d510b68601c /internal/version | |
| parent | 545e65fe16c761822f0999b8f4ab05f1cd325975 (diff) | |
feat(sync): add throttled sync modev0.12.0
Introduce an opt-in throttle that skips inactive repos based on local
activity and per-repo cooldowns, and bump the version to 0.12.0.
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to 'internal/version')
| -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 a5fc76b..31c3a5f 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.11.0" + Version = "0.12.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
