Update update.py

This commit is contained in:
Choco
2024-02-09 21:24:16 +08:00
parent f4f84cea67
commit 802b08fa23

View File

@@ -2,7 +2,7 @@ import requests, zipfile, os, shutil, argparse
from io import BytesIO
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
__version__ = "v2.6.7b2"
__version__ = "v2.6.8b2"
GITHUB_API_URL = "https://api.github.com/repos/ChocoMeow/Vocard/releases/latest"
VOCARD_URL = "https://github.com/ChocoMeow/Vocard/archive/"