Skip to content

Commit

Permalink
Merge pull request #5836 from halibobo1205/version/release_4.7.5
Browse files Browse the repository at this point in the history
feat(version): update version to 4.7.5
  • Loading branch information
lvs007 authored May 30, 2024
2 parents 4c670f9 + 9378787 commit 8e32f80
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.7.3.1-78-ge84a9e778";
public static final String VERSION_CODE = "18260";
private static final String VERSION = "4.7.4";
private static final String VERSION = "4.7.5";

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

0 comments on commit 8e32f80

Please sign in to comment.