fix: update restic version to 1.16.4

This commit is contained in:
garethgeorge
2024-02-07 21:00:07 -08:00
parent 76cb5a0c0f
commit b0395f4e2e
+1 -1
View File
@@ -26,7 +26,7 @@ var (
)
var (
RequiredResticVersion = "0.16.3"
RequiredResticVersion = "0.16.4"
findResticMu sync.Mutex
didTryInstall bool