Skip to content

Commit

Permalink
Bump 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luigoalma committed Aug 15, 2024
1 parent 9914bd2 commit d70f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSET9_installer_script/mset9.py
Original file line number Diff line number Diff line change
@@ -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}")
Expand Down

0 comments on commit d70f52f

Please sign in to comment.