diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-13 23:09:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-13 23:09:14 +0300 |
| commit | fccf34bda2592af46ef9af5007526627a462c55c (patch) | |
| tree | b0470abbff030d98e9c59e15ed35eba74dd2bfd3 | |
| parent | 3a5f62fcba39032279a0fa44ef72bfae38656677 (diff) | |
chore: bump version to 0.7.2v0.7.2
Minor improvements:
- Fix backup locations not being skipped during fetch when --backup flag is not used
- Change default config path to include .json extension (~/.config/gitsyncer/config.json)
- Better handling of backup remotes to prevent unnecessary warnings
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
| -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 d4e70be..622c509 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.7.1" + Version = "0.7.2" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
