Skip to content

Commit

Permalink
Merge pull request tronprotocol#5131 from yanghang8612/feature/update…
Browse files Browse the repository at this point in the history
…_version

func(version): update version to 4.7.1.1
  • Loading branch information
yanghang8612 authored Apr 12, 2023
2 parents a4f1e05 + aaa64f9 commit 4c44ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/main/java/org/tron/program/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class Version {

public static final String VERSION_NAME = "GreatVoyage-v4.7.0.1-75-g36fc5063e9";
public static final String VERSION_CODE = "17673";
private static final String VERSION = "4.7.1";
private static final String VERSION = "4.7.1.1";

public static String getVersion() {
return VERSION;
Expand Down

0 comments on commit 4c44ca1

Please sign in to comment.