Skip to content

Commit 46ea631

Browse files
authored
Merge pull request #5538 from forfreeday/feature/update_version
feature(version): update version
2 parents 2ab2677 + 1cb7f2c commit 46ea631

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

Lines changed: 1 addition & 1 deletion
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.1.1-343-g959e0199de";
66
public static final String VERSION_CODE = "18031";
7-
private static final String VERSION = "4.7.2";
7+
private static final String VERSION = "4.7.3";
88

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

0 commit comments

Comments
 (0)