Skip to content

Commit

Permalink
Merge pull request #1932 from tronprotocol/update_version
Browse files Browse the repository at this point in the history
Update version to 3.2.4
  • Loading branch information
wubin12 authored Jan 14, 2019
2 parents fbc69ce + 0099703 commit 4d56578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/tron/program/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Version {

private static final String version = "3.2.3";
private static final String version = "3.2.4";

public static String getVersion() {
return version;
Expand Down

0 comments on commit 4d56578

Please sign in to comment.