From 0ddfee089c12b2bd897f9675f20a29c2f3d4f85d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 20:00:35 -0700 Subject: [PATCH] chore: update restic version to 0.19.0 (#1251) Co-authored-by: garethgeorge <7906572+garethgeorge@users.noreply.github.com> --- internal/resticinstaller/resticinstaller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)