Skip to content

Commit 0d58fd3

Browse files
authored
Merge pull request tronprotocol#4461 from forfreeday/feature/update_version
feature/update version
2 parents cb96e8b + 06ac9a5 commit 0d58fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/main/java/org/tron/program/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class Version {
44

55
public static final String VERSION_NAME = "GreatVoyage-v4.4.6-241-g7045f0659";
66
public static final String VERSION_CODE = "16928";
7-
private static final String VERSION = "4.5.0";
7+
private static final String VERSION = "4.5.1";
88

99
public static String getVersion() {
1010
return VERSION;

0 commit comments

Comments
 (0)