Skip to content

Commit

Permalink
Merge pull request #2345 from tronprotocol/version/Odyssey-v3.6.0-127…
Browse files Browse the repository at this point in the history
…-g0845ba722

update version info
  • Loading branch information
xxo1shine authored Jul 10, 2019
2 parents 0845ba7 + 9dd8030 commit 97280c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/tron/program/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
public class Version {

private static final String version = "3.6.1";
public static final String versionName = "Odyssey-v3.5.1-890-gd39973cbb";
public static final String versionCode = "10803";
public static final String versionName = "Odyssey-v3.6.0-127-g0845ba722";
public static final String versionCode = "10942";

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

0 comments on commit 97280c8

Please sign in to comment.