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