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 635526c commit 53ea878Copy full SHA for 53ea878
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.1-1-g6cd6ed5fb";
6
- public static final String versionCode = "13213";
7
- private static final String version = "4.1.0";
+ public static final String versionName = "GreatVoyage-v4.1.0-1-g635526cc6";
+ public static final String versionCode = "13215";
+ private static final String version = "4.1.1";
8
9
public static String getVersion() {
10
return version;
0 commit comments