Skip to content

Commit

Permalink
Merge pull request #2522 from tronprotocol/version/Odyssey-v3.6.2-210…
Browse files Browse the repository at this point in the history
…-g5b6b40f79

update a new version. version name:Odyssey-v3.6.2-210-g5b6b40f79,vers…
  • Loading branch information
xxo1shine authored Oct 8, 2019
2 parents 5b6b40f + dc79d22 commit 47bbce5
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 47bbce5

Please sign in to comment.