From 81fa5c5bab29d9d7a3b9145602f0395de8093cd7 Mon Sep 17 00:00:00 2001 From: DatuX Date: Tue, 17 Dec 2024 13:21:13 +0100 Subject: [PATCH] bump version --- 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 a2cd2c9..e187821 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-rc.1" + VERSION = "3.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):