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 6cd6ed5 commit fb79e45Copy full SHA for fb79e45
framework/src/main/java/org/tron/program/Version.java
@@ -2,9 +2,9 @@
2
3
public class Version {
4
5
- public static final String versionName = "GreatVoyage-v4.0.0-8-g67170b635";
6
- public static final String versionCode = "13210";
7
- private static final String version = "4.0.1";
+ public static final String versionName = "GreatVoyage-v4.0.1-1-g6cd6ed5fb";
+ public static final String versionCode = "13213";
+ private static final String version = "4.1.0";
8
9
public static String getVersion() {
10
return version;
0 commit comments