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}")