[RELEASE] 6.1.1.3-rc01

This commit is contained in:
世界 2020-05-20 01:42:30 +08:00
parent 3003a15a25
commit 5e26028775
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 5 additions and 2 deletions

View File

@ -75,8 +75,8 @@ dependencies {
}
def verName = "6.1.1.2"
def verCode = 40
def verName = "6.1.1.3-rc01"
def verCode = 41
task writeUpdateInfo {

View File

@ -1,4 +1,7 @@
#!/usr/bin/env bash
git checkout master
git reset dev --hard
git checkout dev
git tag "$1" -f
git push origin "$1" -f