Skip to content

Commit

Permalink
Merge pull request #2107 from tronprotocol/version/Odyssey-v3.5.0.1-3…
Browse files Browse the repository at this point in the history
…18-gc6864f595

update a new version. version name:Odyssey-v3.5.0.1-318-gc6864f595,ve…
  • Loading branch information
Yrp authored Apr 9, 2019
2 parents c6864f5 + 12110d6 commit 524896b
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 @@ -2,8 +2,8 @@

public class Version {
private static final String version = "3.5.1";
public static final String versionName = "";
public static final String versionCode = "";
public static final String versionName = "Odyssey-v3.5.0.1-318-gc6864f595";
public static final String versionCode = "9911";

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

0 comments on commit 524896b

Please sign in to comment.