This commit is contained in:
Edwin Eefting 2024-04-15 11:35:44 +02:00
parent 359bfde4c9
commit c52857f7b9
No known key found for this signature in database
GPG Key ID: 0F3C35D8E9887737

View File

@ -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):