chore: update restic version to 0.17.3 (#565)

Co-authored-by: garethgeorge <7906572+garethgeorge@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-17 23:05:06 -08:00
committed by GitHub
co-authored by garethgeorge
parent fb50307d97
commit a675b30bce
+1 -1
View File
@@ -29,7 +29,7 @@ var (
)
var (
RequiredResticVersion = "0.17.1"
RequiredResticVersion = "0.17.3"
findResticMu sync.Mutex
didTryInstall bool