From cf004ae4935a2792803e8fec598860a0b472beda Mon Sep 17 00:00:00 2001 From: bobsecq Date: Wed, 27 Apr 2022 11:29:08 +0200 Subject: [PATCH] New version --- Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constants.py b/Constants.py index c710da2..d28e62c 100644 --- a/Constants.py +++ b/Constants.py @@ -16,7 +16,7 @@ By Quentin Hardy (quentin.hardy@protonmail.com or quentin.hardy@bt.com) """ -CURRENT_VERSION = "Version 5.1 - 2021/03/12" +CURRENT_VERSION = "Version 5.1.1 - 2022/04/27" DEFAULT_SID_MIN_SIZE = 1 DEFAULT_SID_MAX_SIZE = 2 MAX_HELP_POSITION=22