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