Skip to content

Commit 7be378c

Browse files
authored
Merge pull request tronprotocol#4935 from forfreeday/feature/update4.7.0version
feat(version): update version
2 parents 2407c2f + e0ceef8 commit 7be378c

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.6.0-385-g4445a420c";
66
public static final String VERSION_CODE = "17585";
7-
private static final String VERSION = "4.7.0";
7+
private static final String VERSION = "4.7.0.1";
88

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

0 commit comments

Comments
 (0)