Skip to content

Commit c050d2f

Browse files
increment version
1 parent c7d8e29 commit c050d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from utils.funs import *
33

4-
CURRENT_VERSION = "v0.4"
4+
CURRENT_VERSION = "v0.5"
55
REMOTE_VERISON = os.popen("git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' https://github.com/RandomCoderOrg/udroid-extra-tool-proot | tail -n1 | cut -d \"/\" -f 3").read().strip()
66

77
def isold():

0 commit comments

Comments
 (0)