feat: update to restic 0.17.0 (#416)

This commit is contained in:
Gareth
2024-08-14 16:59:28 -07:00
committed by GitHub
parent c45f0f3c66
commit 500f2ee6c0
+1 -1
View File
@@ -27,7 +27,7 @@ var (
)
var (
RequiredResticVersion = "0.16.4"
RequiredResticVersion = "0.17.0"
findResticMu sync.Mutex
didTryInstall bool