diff --git a/internal/resticinstaller/resticinstaller.go b/internal/resticinstaller/resticinstaller.go index 982fb10..0ce5f3f 100644 --- a/internal/resticinstaller/resticinstaller.go +++ b/internal/resticinstaller/resticinstaller.go @@ -27,7 +27,7 @@ var ( ) var ( - RequiredResticVersion = "0.17.0" + RequiredResticVersion = "0.17.1" findResticMu sync.Mutex didTryInstall bool