Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Feb 7, 2021
1 parent 29e6c05 commit e95967d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ __pycache__
python2.env
venv
.idea
OQ
2 changes: 1 addition & 1 deletion zfs_autobackup/ZfsAutobackup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class ZfsAutobackup:
"""main class"""

VERSION = "3.0.1-beta4"
VERSION = "3.0.1-beta7"
HEADER = "zfs-autobackup v{} - Copyright 2020 E.H.Eefting ([email protected])".format(VERSION)

def __init__(self, argv, print_arguments=True):
Expand Down

0 comments on commit e95967d

Please sign in to comment.