Skip to content

Commit

Permalink
Merge pull request tronprotocol#4210 from forfreeday/version/GreatVoy…
Browse files Browse the repository at this point in the history
…age-v4.4.2-2-gd87a516b1

Version/great voyage v4.4.2 2 gd87a516b1
  • Loading branch information
forfreeday authored Dec 17, 2021
2 parents d87a516 + 6d040e9 commit 2d97908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/src/main/java/org/tron/program/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

public class Version {

public static final String VERSION_NAME = "GreatVoyage-v4.4.1-239-g269ed47a7";
public static final String VERSION_CODE = "16580";
private static final String VERSION = "4.4.2";
public static final String VERSION_NAME = "GreatVoyage-v4.4.2-2-gd87a516b1";
public static final String VERSION_CODE = "16584";
private static final String VERSION = "4.4.3";

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

0 comments on commit 2d97908

Please sign in to comment.