This commit is contained in:
Edwin Eefting 2020-03-15 22:59:21 +01:00
parent ee03da2f9b
commit 6f8c73b87f

View File

@ -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: