chore: update restic version to 0.19.0 (#1251)

Co-authored-by: garethgeorge <7906572+garethgeorge@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-06-29 20:00:35 -07:00
committed by GitHub
co-authored by garethgeorge
parent 39d9a3d345
commit 0ddfee089c
+1 -1
View File
@@ -10,7 +10,7 @@ var (
)
var (
RequiredResticVersion = "0.18.1"
RequiredResticVersion = "0.19.0"
requiredVersionSemver = mustParseSemVer(RequiredResticVersion)