Skip to content

Commit

Permalink
rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Sep 24, 2024
1 parent c5f1e38 commit f1dda6c
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.3"
VERSION = "3.3-rc.1"
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 f1dda6c

Please sign in to comment.