Ready for v2.6.4a

This commit is contained in:
Choco
2023-06-28 20:35:19 +08:00
parent 70ea03a7f7
commit f8b8f6546e

View File

@@ -3,7 +3,7 @@ from io import BytesIO
root_dir = os.path.dirname(os.path.abspath(__file__))
install_pack_dir = os.path.join(root_dir, "Vocard.zip")
__version__ = "v2.6.4"
__version__ = "v2.6.4a"
def checkVersion(withMsg = False):
resp = requests.get("https://api.github.com/repos/ChocoMeow/Vocard/releases/latest")