fix: update to newest restic bugfix release 0.17.1

This commit is contained in:
garethgeorge
2024-09-10 22:04:06 -07:00
parent 474203959d
commit d2650fdd59

View File

@@ -27,7 +27,7 @@ var (
) )
var ( var (
RequiredResticVersion = "0.17.0" RequiredResticVersion = "0.17.1"
findResticMu sync.Mutex findResticMu sync.Mutex
didTryInstall bool didTryInstall bool