Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Apr 12, 2022
1 parent edbd595 commit ca94f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/upgrade.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from utils.funs import *

CURRENT_VERSION = "v0.3"
CURRENT_VERSION = "v0.4"
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()

def isold():
Expand Down

0 comments on commit ca94f1e

Please sign in to comment.