doc. bump version

This commit is contained in:
Edwin Eefting
2021-04-21 00:04:58 +02:00
parent a16a038f0e
commit 72b97ab2e8
2 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,7 @@ from zfs_autobackup.ThinnerRule import ThinnerRule
class ZfsAutobackup:
"""main class"""
VERSION = "3.1-beta3"
VERSION = "3.1-beta4"
HEADER = "zfs-autobackup v{} - Copyright 2020 E.H.Eefting (edwin@datux.nl)".format(VERSION)
def __init__(self, argv, print_arguments=True):