fix: update restic version to 1.16.4

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