We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a599f3 + 20ef434 commit ac37530Copy full SHA for ac37530
update.py
@@ -3,7 +3,7 @@
3
4
root_dir = os.path.dirname(os.path.abspath(__file__))
5
install_pack_dir = os.path.join(root_dir, "Vocard.zip")
6
-__version__ = "v2.6.2"
+__version__ = "v2.6.3"
7
8
def checkVersion(withMsg = False):
9
resp = requests.get("https://api.github.com/repos/ChocoMeow/Vocard/releases/latest")
0 commit comments