Skip to content

Commit

Permalink
Merge pull request #3626 from tronprotocol/modify_version_4.1.2
Browse files Browse the repository at this point in the history
modify version 4.1.2
  • Loading branch information
Yrp committed Jan 20, 2021
2 parents 2ba7c48 + 2862e5e commit ada332f
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
Expand Up @@ -4,7 +4,7 @@ public class Version {

public static final String VERSION_NAME = "GreatVoyage-v4.1.1-2046-gc465c9ee4";
public static final String VERSION_CODE = "15262";
private static final String VERSION = "4.1.1";
private static final String VERSION = "4.1.2";

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

0 comments on commit ada332f

Please sign in to comment.