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 aff237e + aa9d96a commit 858378aCopy full SHA for 858378a
framework/src/main/java/org/tron/program/Version.java
@@ -2,9 +2,9 @@
2
3
public class Version {
4
5
- public static final String VERSION_NAME = "GreatVoyage-v4.2.0-8-g5aa864983";
6
- public static final String VERSION_CODE = "15520";
7
- private static final String VERSION = "4.2.1";
+ public static final String VERSION_NAME = "GreatVoyage-v4.2.1-56-gaff237ef7";
+ public static final String VERSION_CODE = "15578";
+ private static final String VERSION = "4.2.2";
8
9
public static String getVersion() {
10
return VERSION;
0 commit comments