Skip to content

Commit

Permalink
Merge pull request #4590 from forfreeday/feature/update_version
Browse files Browse the repository at this point in the history
feat(version): update Version
  • Loading branch information
forfreeday authored Aug 15, 2022
2 parents a8b222b + 2cb7b7b commit 2d88f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/main/java/org/tron/program/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class Version {

public static final String VERSION_NAME = "GreatVoyage-v4.4.6-257-ge06abd15c";
public static final String VERSION_CODE = "16944";
private static final String VERSION = "4.5.1";
private static final String VERSION = "4.5.2";

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

0 comments on commit 2d88f6e

Please sign in to comment.