From 6f8c73b87f03e7211c8d85facc1a362095dc8ff7 Mon Sep 17 00:00:00 2001
From: Edwin Eefting <edwin@datux.nl>
Date: Sun, 15 Mar 2020 22:59:21 +0100
Subject: [PATCH] rc7

---
 bin/zfs-autobackup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/zfs-autobackup b/bin/zfs-autobackup
index aa88600..833ac96 100755
--- a/bin/zfs-autobackup
+++ b/bin/zfs-autobackup
@@ -26,7 +26,7 @@ if sys.stdout.isatty():
     except ImportError:
         pass
 
-VERSION="3.0-rc6"
+VERSION="3.0-rc7"
 HEADER="zfs-autobackup v{} - Copyright 2020 E.H.Eefting (edwin@datux.nl)\n".format(VERSION)
 
 class Log: