From bcc7e87da62687c33697f0de9ed1ae51e523e9bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 23:05:06 -0800 Subject: [PATCH] chore: update restic version to 0.17.3 (#565) Co-authored-by: garethgeorge <7906572+garethgeorge@users.noreply.github.com> --- internal/resticinstaller/resticinstaller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/resticinstaller/resticinstaller.go b/internal/resticinstaller/resticinstaller.go index c8d07eac..66e03bd0 100644 --- a/internal/resticinstaller/resticinstaller.go +++ b/internal/resticinstaller/resticinstaller.go @@ -29,7 +29,7 @@ var ( ) var ( - RequiredResticVersion = "0.17.1" + RequiredResticVersion = "0.17.3" findResticMu sync.Mutex didTryInstall bool