From 16062d5f8efb86bae4200c48293040460bd12aca Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 18 Sep 2022 03:49:58 -0700 Subject: [PATCH] Use restic 0.14.0 (#1246) /cherry-pick Signed-off-by: Tamal Saha --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b03e51baf..28bb2f35a 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ else endif endif -RESTIC_VER := 0.13.1 +RESTIC_VER := 0.14.0 ### ### These variables should not need tweaking.