We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d7831a + 81a5bc7 commit 46274efCopy full SHA for 46274ef
framework/src/main/java/org/tron/program/Version.java
@@ -2,12 +2,11 @@
2
3
public class Version {
4
5
- public static final String VERSION_NAME = "GreatVoyage-v4.2.1-62-g0ba5c5c77";
6
- public static final String VERSION_CODE = "15584";
+ public static final String VERSION_NAME = "GreatVoyage-v4.2.2-3-g6d7831aab";
+ public static final String VERSION_CODE = "15589";
7
private static final String VERSION = "4.2.2.1";
8
9
public static String getVersion() {
10
return VERSION;
11
}
12
-}
13
-
+}
0 commit comments