From aece22c9f2506a90b4da7972e434ac116d0aa78c Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Fri, 19 Feb 2021 21:38:08 +1100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20CHANGE:=20Bump=20version=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consts.py b/internal/consts.py index bdec3b9..13ac63f 100644 --- a/internal/consts.py +++ b/internal/consts.py @@ -18,7 +18,7 @@ SCRIPT_AUTHOR = "Miguel Guthridge" SCRIPT_VERSION_MAJOR = 3 SCRIPT_VERSION_MINOR = 0 -SCRIPT_VERSION_REVISION = 0 +SCRIPT_VERSION_REVISION = 1 SCRIPT_VERSION_SUFFIX = "" MIN_FL_SCRIPT_VERSION = 8 SCRIPT_URL = "https://github.com/MiguelGuthridge/Novation-LaunchKey-Mk2-Script"