Skip to content

Commit 2ba7c48

Browse files
authored
Merge pull request #3625 from tronprotocol/version/GreatVoyage-v4.1.1-2046-gc465c9ee4
Version/great voyage v4.1.1 2046 gc465c9ee4
2 parents c465c9e + ebc445e commit 2ba7c48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

framework/src/main/java/org/tron/program/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
public 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() {

ver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626

2727
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
2929
git add $versionPath
3030
git commit -m "update a new version. version name:$versionName,version code:$versionCode"
3131
git push origin $versionBranch

0 commit comments

Comments
 (0)