We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbc69ce + 0099703 commit 4d56578Copy full SHA for 4d56578
src/main/java/org/tron/program/Version.java
@@ -2,7 +2,7 @@
2
3
public class Version {
4
5
- private static final String version = "3.2.3";
+ private static final String version = "3.2.4";
6
7
public static String getVersion() {
8
return version;
0 commit comments