File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
framework/src/main/java/org/tron/program Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33public class Version {
44
5- public static final String VERSION_NAME = "GreatVoyage-v4.1.0-1-g635526cc6 " ;
6- public static final String VERSION_CODE = "13215 " ;
5+ public static final String VERSION_NAME = "GreatVoyage-v4.1.1-2046-gc465c9ee4 " ;
6+ public static final String VERSION_CODE = "15262 " ;
77 private static final String VERSION = "4.1.1" ;
88
99 public static String getVersion () {
Original file line number Diff line number Diff line change 2525
2626
2727versionPath=" src/main/java/org/tron/program/Version.java"
28- sed -i -e " s/versionName .*$/versionName = \" $versionName \" ;/g;s/versionCode .*$/versionCode = \" $versionCode \" ;/g" $versionPath
28+ sed -i -e " s/VERSION_NAME .*$/VERSION_NAME = \" $versionName \" ;/g;s/VERSION_CODE .*$/VERSION_CODE = \" $versionCode \" ;/g" $versionPath
2929git add $versionPath
3030git commit -m " update a new version. version name:$versionName ,version code:$versionCode "
3131git push origin $versionBranch
You can’t perform that action at this time.
0 commit comments