From 500f2ee6c0d8bcf65a37462d3d03452cd9dff817 Mon Sep 17 00:00:00 2001 From: Gareth Date: Wed, 14 Aug 2024 16:59:28 -0700 Subject: [PATCH] feat: update to restic 0.17.0 (#416) --- 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 70c3b3f7..982fb105 100644 --- a/internal/resticinstaller/resticinstaller.go +++ b/internal/resticinstaller/resticinstaller.go @@ -27,7 +27,7 @@ var ( ) var ( - RequiredResticVersion = "0.16.4" + RequiredResticVersion = "0.17.0" findResticMu sync.Mutex didTryInstall bool