Skip to content

Commit

Permalink
feat(version): update version to 4.7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Jan 11, 2024
1 parent 81fbe87 commit 3b7a4c3
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.2-140-g9d13f9cb69";
public static final String VERSION_CODE = "18173";
private static final String VERSION = "4.7.3";
private static final String VERSION = "4.7.3.1";

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

0 comments on commit 3b7a4c3

Please sign in to comment.