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 2
2
3
3
public class Version {
4
4
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 " ;
7
7
private static final String VERSION = "4.1.1" ;
8
8
9
9
public static String getVersion () {
Original file line number Diff line number Diff line change 25
25
26
26
27
27
versionPath=" 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
29
29
git add $versionPath
30
30
git commit -m " update a new version. version name:$versionName ,version code:$versionCode "
31
31
git push origin $versionBranch
You can’t perform that action at this time.
0 commit comments