From e8ad561ed2df0b8370c5dec6d75978c6afacc668 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 17:24:10 -0700 Subject: [PATCH] chore: update restic version to 0.18.0 (#712) 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 054825a6..56607aed 100644 --- a/internal/resticinstaller/resticinstaller.go +++ b/internal/resticinstaller/resticinstaller.go @@ -22,7 +22,7 @@ var ( ) var ( - RequiredResticVersion = "0.17.3" + RequiredResticVersion = "0.18.0" tryFindRestic sync.Once findResticErr error