Skip to content

Commit 2ec08c0

Browse files
fix permissions and change version
1 parent 114caf8 commit 2ec08c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bash/adduser.sh

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