We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ab92b commit 5ebad2aCopy full SHA for 5ebad2a
1 file changed
framework/src/main/java/org/tron/program/Version.java
@@ -4,7 +4,7 @@ public class Version {
4
5
public static final String VERSION_NAME = "GreatVoyage-v4.5.1-125-ga9809b5bb";
6
public static final String VERSION_CODE = "17071";
7
- private static final String VERSION = "4.5.2";
+ private static final String VERSION = "4.6.0";
8
9
public static String getVersion() {
10
return VERSION;
0 commit comments