diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-19 21:01:55 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-19 21:01:55 +0200 |
| commit | b1faeca09f1cd98a64e5c7c17db990b19803750a (patch) | |
| tree | 7a15723d6390d34539efac5c7e978a1e62915e25 /internal/version | |
| parent | d24a40f2f66999f36ab4d0e26cfe88c38d12e64e (diff) | |
chore(release): bump version to 0.15.7v0.15.7
Increase full sync recent-days window from 7 to 17 days.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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 15929ce..5be3a9e 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.15.6" + Version = "0.15.7" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
