Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Apr 15, 2024
1 parent 359bfde commit c52857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfs_autobackup/CliBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CliBase(object):
Overridden in subclasses that add stuff for the specific programs."""

# also used by setup.py
VERSION = "3.3-beta.2"
VERSION = "3.3-beta.3"
HEADER = "{} v{} - (c)2022 E.H.Eefting (edwin@datux.nl)".format(os.path.basename(sys.argv[0]), VERSION)

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

0 comments on commit c52857f

Please sign in to comment.