Skip to content

Commit ada332f

Browse files
authored
Merge pull request #3626 from tronprotocol/modify_version_4.1.2
modify version 4.1.2
2 parents 2ba7c48 + 2862e5e commit ada332f

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.1.1-2046-gc465c9ee4";
66
public static final String VERSION_CODE = "15262";
7-
private static final String VERSION = "4.1.1";
7+
private static final String VERSION = "4.1.2";
88

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

0 commit comments

Comments
 (0)