Skip to content

Commit 160a440

Browse files
Merge pull request tronprotocol#6099 from yanghang8612/version/update_version
feat(version): update version to 4.7.7
2 parents 4d0ad61 + 555a839 commit 160a440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class Version {
44

55
public static final String VERSION_NAME = "GreatVoyage-v4.7.5-64-g4103dfeb63";
66
public static final String VERSION_CODE = "18372";
7-
private static final String VERSION = "4.7.6";
7+
private static final String VERSION = "4.7.7";
88

99
public static String getVersion() {
1010
return VERSION;

0 commit comments

Comments
 (0)