Skip to content

Commit

Permalink
修改一个新的版本号给三基客户
Browse files Browse the repository at this point in the history
Change-Id: Ie04bd2f121842ed4e64b5bc009a2f1d1038f2163
  • Loading branch information
SundoggyNew committed May 6, 2023
1 parent 66f87f4 commit f2c8cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/updateVersionCodeForSnapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ secondtag=${vtaglist[1]}
thirdtag=${vtaglist[2]}
thirdtag=`expr $thirdtag + 1`

new_version=$firsttag.$secondtag.$thirdtag.$(date "+%Y%m%d")
new_version=$firsttag.$secondtag.$thirdtag.$(date "+%Y%m%d").1

echo ">>>new version: $new_version"

Expand Down

0 comments on commit f2c8cb4

Please sign in to comment.