Skip to content

Commit

Permalink
Merge pull request tronprotocol#297 from tronprotocol/version/SunNetw…
Browse files Browse the repository at this point in the history
…ork-v1.5.0-7-ga9363a2a

Version/sun network v1.5.0 7 ga9363a2a
  • Loading branch information
taihaofu authored Jul 21, 2020
2 parents a9363a2 + 44ee5a0 commit 91e5ad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

public class Version {

public static final String versionName = "SunNetwork-v1.0.3-108-gc28f6931";
public static final String versionCode = "1418";
public static final String versionName = "SunNetwork-v1.5.0-7-ga9363a2a";
public static final String versionCode = "1427";
private static final String version = "1.5.0";

public static String getVersion() {
Expand Down
2 changes: 1 addition & 1 deletion dapp-chain/side-chain/ver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ then
fi


versionPath="src/main/java/org/tron/program/Version.java"
versionPath="framework/src/main/java/org/tron/program/Version.java"
sed -i -e "s/versionName.*$/versionName = \"$versionName\";/g;s/versionCode.*$/versionCode = \"$versionCode\";/g" $versionPath
git add $versionPath
git commit -m "update a new version. version name:$versionName,version code:$versionCode"
Expand Down

0 comments on commit 91e5ad2

Please sign in to comment.