From f1dda6cc9feb09c3319b089e33ece4837d6f434d Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Tue, 24 Sep 2024 20:31:36 +0200 Subject: [PATCH] rc1 --- 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 d3c45e6..a2cd2c9 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.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):