We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c03451d + 45f0e01 commit 4fd7b49Copy full SHA for 4fd7b49
1 file changed
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.7.0.1-75-g36fc5063e9";
6
public static final String VERSION_CODE = "17673";
7
- private static final String VERSION = "4.7.1";
+ private static final String VERSION = "4.7.2";
8
9
public static String getVersion() {
10
return VERSION;
0 commit comments