From 0e8f7fbd739b82d7957b61575f24523e6574de11 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Fri, 6 Nov 2020 17:22:23 -0800 Subject: [PATCH] [cherry-pick] Use restic 0.11.0 (#435) (#436) /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88e414350..0d09e8d86 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ else endif endif -RESTIC_VER := 0.10.0 +RESTIC_VER := 0.11.0 ### ### These variables should not need tweaking.