Skip to content

Commit 44dca3d

Browse files
Update upgrade.py
1 parent 2ec08c0 commit 44dca3d

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.6"
4+
CURRENT_VERSION = "v0.7"
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)