From 107d4a791855c33f4e37c600617c418a2d92fe14 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Fri, 6 Nov 2020 17:24:55 -0800 Subject: [PATCH] [cherry-pick] Use restic 0.11.0 (#567) (#573) /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 be0996add..74b768f05 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.