From 3b62d41602279f96792eb2ac1f545c9e154d718b Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 25 Sep 2022 23:58:28 -0700 Subject: [PATCH] Revert to restic 0.13.1 (#1649) /cherry-pick Signed-off-by: Tamal Saha --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6224847b0..0e98401cb 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ else endif endif -RESTIC_VER := 0.14.0 +RESTIC_VER := 0.13.1 ### ### These variables should not need tweaking.