Skip to content

Commit

Permalink
feat(version): update Version
Browse files Browse the repository at this point in the history
1. update to Version 4.6.0
  • Loading branch information
forfreeday committed Nov 18, 2022
1 parent 34ab92b commit 5ebad2a
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.5.1-125-ga9809b5bb";
public static final String VERSION_CODE = "17071";
private static final String VERSION = "4.5.2";
private static final String VERSION = "4.6.0";

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

0 comments on commit 5ebad2a

Please sign in to comment.