From fa0b82075d6247aa723390cca69fc751ae2989c9 Mon Sep 17 00:00:00 2001 From: Sjors Gielen Date: Sat, 4 Mar 2023 13:32:03 +0100 Subject: [PATCH] Bump to Restic v0.15.1. Signed-off-by: Sjors Gielen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3c25ef6f..2a56d7065 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ else endif endif -RESTIC_VER := 0.13.1 +RESTIC_VER := 0.15.1 ### ### These variables should not need tweaking.