From d70f52fd2e5803c5c52cf1ebaf350a2136936d28 Mon Sep 17 00:00:00 2001 From: luigoalma Date: Fri, 16 Aug 2024 00:24:08 +0100 Subject: [PATCH] Bump 2.0 --- MSET9_installer_script/mset9.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSET9_installer_script/mset9.py b/MSET9_installer_script/mset9.py index 2ce8975..fbf0880 100644 --- a/MSET9_installer_script/mset9.py +++ b/MSET9_installer_script/mset9.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 import abc, sys, os, platform, time, pathlib, binascii -VERSION = "v1.2c" +VERSION = "v2.0" def prgood(content): # print(f"[\033[0;32m✓\033[0m] {content}")