Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz authored Dec 17, 2024
1 parent f1dda6c commit 81fa5c5
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-rc.1"
VERSION = "3.3"
HEADER = "{} v{} - (c)2022 E.H.Eefting ([email protected])".format(os.path.basename(sys.argv[0]), VERSION)

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

0 comments on commit 81fa5c5

Please sign in to comment.