summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-13 23:09:14 +0300
committerPaul Buetow <paul@buetow.org>2025-07-13 23:09:14 +0300
commitfccf34bda2592af46ef9af5007526627a462c55c (patch)
treeb0470abbff030d98e9c59e15ed35eba74dd2bfd3
parent3a5f62fcba39032279a0fa44ef72bfae38656677 (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.go2
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"