Skip to content

Commit

Permalink
Merge pull request #2865 from tronprotocol/version/Odyssey-v3.6.5-15-…
Browse files Browse the repository at this point in the history
…g6405454d0

update a new version. version name:Odyssey-v3.6.5-15-g6405454d0,versi…
  • Loading branch information
lvs007 authored Jan 13, 2020
2 parents 6405454 + 55da0ce commit aab6e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 {

private static final String version = "3.6.5";
public static final String versionName = "Odyssey-v3.6.2-210-g5b6b40f79";
public static final String versionCode = "11171";
private static final String version = "3.6.6";
public static final String versionName = "Odyssey-v3.6.5-15-g6405454d0";
public static final String versionCode = "11188";

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

0 comments on commit aab6e09

Please sign in to comment.