Ready for v2.6.3

This commit is contained in:
Choco
2023-05-08 10:49:56 +08:00
parent ae905146bc
commit 20ef434a1d

View File

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