From 668a7cb5bb5c0955a0e3186b2dd9329cedddd96f Mon Sep 17 00:00:00 2001 From: garethgeorge Date: Wed, 7 Feb 2024 20:59:52 -0800 Subject: [PATCH] fix: update restic version to 1.16.4 --- 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 bf32f6b7..5dbc6e0a 100644 --- a/internal/resticinstaller/resticinstaller.go +++ b/internal/resticinstaller/resticinstaller.go @@ -26,7 +26,7 @@ var ( ) var ( - RequiredResticVersion = "0.16.3" + RequiredResticVersion = "0.16.4" findResticMu sync.Mutex didTryInstall bool