From 1d1b7adbe2b189c59c96dbd6c73abba3143ecc48 Mon Sep 17 00:00:00 2001 From: Duwayne <64506989+soundwrightpro@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:51:33 -0400 Subject: [PATCH] version number update --- Native Instruments/script/device_setup/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Native Instruments/script/device_setup/constants.py b/Native Instruments/script/device_setup/constants.py index ba0ca58..5c8c658 100644 --- a/Native Instruments/script/device_setup/constants.py +++ b/Native Instruments/script/device_setup/constants.py @@ -7,7 +7,7 @@ """ # Version information -VERSION_NUMBER = "v14.0.3" +VERSION_NUMBER = "v14.0.5" HELLO_MESSAGE = "FRUITY NILA" GOODBYE_MESSAGE = "by: Duwayne" OUTPUT_MESSAGE = f"\nFRUITY NILA {VERSION_NUMBER}\nCopyright © 2023 Duwayne\n"