version bump

This commit is contained in:
Edwin Eefting 2021-12-19 18:23:09 +01:00
parent 7b4a986f13
commit 07cb7cfad4

View File

@ -14,7 +14,7 @@ from .ThinnerRule import ThinnerRule
class ZfsAutobackup:
"""main class"""
VERSION = "3.1.1-rc1"
VERSION = "3.1.1"
HEADER = "zfs-autobackup v{} - (c)2021 E.H.Eefting (edwin@datux.nl)".format(VERSION)
def __init__(self, argv, print_arguments=True):