From 7122dc92af25b651226feb8f0a30421bb2942431 Mon Sep 17 00:00:00 2001 From: DatuX Date: Thu, 2 Nov 2023 23:01:36 +0100 Subject: [PATCH] Update CliBase.py --- zfs_autobackup/CliBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs_autobackup/CliBase.py b/zfs_autobackup/CliBase.py index 3a6aba5..f9e79a7 100644 --- a/zfs_autobackup/CliBase.py +++ b/zfs_autobackup/CliBase.py @@ -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" + VERSION = "3.3-beta.2" 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):