diff --git a/internal/resticinstaller/resticinstaller.go b/internal/resticinstaller/resticinstaller.go index 0f1bba2f..c04c3521 100644 --- a/internal/resticinstaller/resticinstaller.go +++ b/internal/resticinstaller/resticinstaller.go @@ -10,7 +10,7 @@ var ( ) var ( - RequiredResticVersion = "0.18.1" + RequiredResticVersion = "0.19.0" requiredVersionSemver = mustParseSemVer(RequiredResticVersion)