From ca8bd80134cdb759985a77ade0c8b133d84a9fe7 Mon Sep 17 00:00:00 2001 From: quentinhardy Date: Thu, 2 Apr 2020 16:19:14 +0200 Subject: [PATCH] Version 4.2 --- Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constants.py b/Constants.py index 626ef2f..779a3c3 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 4.1 - 2020/01/15" +CURRENT_VERSION = "Version 4.2 - 2020/04/02" DEFAULT_SID_MIN_SIZE = 1 DEFAULT_SID_MAX_SIZE = 2 MAX_HELP_POSITION=22