From fccf34bda2592af46ef9af5007526627a462c55c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 13 Jul 2025 23:09:14 +0300 Subject: chore: bump version to 0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3