Skip to content

Commit

Permalink
Merge pull request #3877 from zhang0125/version/GreatVoyage-v4.2.2-3-…
Browse files Browse the repository at this point in the history
…g6d7831aab

update a new version. version name:GreatVoyage-v4.2.2-3-g6d7831aab,ve…
  • Loading branch information
eodiandie committed Jun 25, 2021
2 parents 6d7831a + 81a5bc7 commit 46274ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions framework/src/main/java/org/tron/program/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

public class Version {

public static final String VERSION_NAME = "GreatVoyage-v4.2.1-62-g0ba5c5c77";
public static final String VERSION_CODE = "15584";
public static final String VERSION_NAME = "GreatVoyage-v4.2.2-3-g6d7831aab";
public static final String VERSION_CODE = "15589";
private static final String VERSION = "4.2.2.1";

public static String getVersion() {
return VERSION;
}
}

}

0 comments on commit 46274ef

Please sign in to comment.