Skip to content

Commit

Permalink
Merge pull request #6099 from yanghang8612/version/update_version
Browse files Browse the repository at this point in the history
feat(version): update version to 4.7.7
  • Loading branch information
CodeNinjaEvan authored Nov 28, 2024
2 parents 4d0ad61 + 555a839 commit 160a440
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.5-64-g4103dfeb63";
public static final String VERSION_CODE = "18372";
private static final String VERSION = "4.7.6";
private static final String VERSION = "4.7.7";

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

0 comments on commit 160a440

Please sign in to comment.