From fd7015b77a2ad9742b49e15947655161b02457be Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Wed, 26 Aug 2020 13:41:52 +0200 Subject: [PATCH] releasing v3.0 final --- bin/zfs-autobackup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/zfs-autobackup b/bin/zfs-autobackup index 8e98220..18c7129 100755 --- a/bin/zfs-autobackup +++ b/bin/zfs-autobackup @@ -26,7 +26,7 @@ if sys.stdout.isatty(): except ImportError: pass -VERSION="3.0-rc12" +VERSION="3.0" HEADER="zfs-autobackup v{} - Copyright 2020 E.H.Eefting (edwin@datux.nl)".format(VERSION) class Log: