We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfca95d commit 0099703Copy full SHA for 0099703
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