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.
1 parent ca6d3a0 commit a75e12aCopy full SHA for a75e12a
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.4.2-94-g38dfe231c";
6
public static final String VERSION_CODE = "16676";
7
- private static final String VERSION = "4.4.4";
+ private static final String VERSION = "4.4.5";
8
9
public static String getVersion() {
10
return VERSION;
0 commit comments