releasing v3.0 final

This commit is contained in:
Edwin Eefting 2020-08-26 13:41:52 +02:00
parent f524845dbb
commit fd7015b77a

View File

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