Skip to content

Commit

Permalink
update a new version. version name:Odyssey-v3.6.2-210-g5b6b40f79,vers…
Browse files Browse the repository at this point in the history
…ion code:11171
  • Loading branch information
xxo1shine committed Oct 8, 2019
1 parent 5b6b40f commit dc79d22
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.2";
public static final String versionName = "Odyssey-v3.6.1-12-g8726df803";
public static final String versionCode = "10959";
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";

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

0 comments on commit dc79d22

Please sign in to comment.