Skip to content

Commit 0099703

Browse files
committed
change version t0 3.2.4
1 parent cfca95d commit 0099703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tron/program/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class Version {
44

5-
private static final String version = "3.2.3";
5+
private static final String version = "3.2.4";
66

77
public static String getVersion() {
88
return version;

0 commit comments

Comments
 (0)