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 d87a516 + 6d040e9 commit 2d97908Copy full SHA for 2d97908
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.4.1-239-g269ed47a7";
6
- public static final String VERSION_CODE = "16580";
7
- private static final String VERSION = "4.4.2";
+ public static final String VERSION_NAME = "GreatVoyage-v4.4.2-2-gd87a516b1";
+ public static final String VERSION_CODE = "16584";
+ private static final String VERSION = "4.4.3";
8
9
public static String getVersion() {
10
return VERSION;
0 commit comments