Skip to content

Commit ac37530

Browse files
authored
Merge pull request #7 from ChocoMeow/beta
Ready for v2.6.3
2 parents 4a599f3 + 20ef434 commit ac37530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
root_dir = os.path.dirname(os.path.abspath(__file__))
55
install_pack_dir = os.path.join(root_dir, "Vocard.zip")
6-
__version__ = "v2.6.2"
6+
__version__ = "v2.6.3"
77

88
def checkVersion(withMsg = False):
99
resp = requests.get("https://api.github.com/repos/ChocoMeow/Vocard/releases/latest")

0 commit comments

Comments
 (0)