Skip to content

Commit 5ebad2a

Browse files
committed
feat(version): update Version
1. update to Version 4.6.0
1 parent 34ab92b commit 5ebad2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.5.1-125-ga9809b5bb";
66
public static final String VERSION_CODE = "17071";
7-
private static final String VERSION = "4.5.2";
7+
private static final String VERSION = "4.6.0";
88

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

0 commit comments

Comments
 (0)