Skip to content

Commit

Permalink
Merge pull request tronprotocol#3045 from tronprotocol/version/Odysse…
Browse files Browse the repository at this point in the history
…y-v3.6.6-1790-g2acc21a2f

Version/odyssey v3.6.6 1790 g2acc21a2f
  • Loading branch information
xxo1shine authored Mar 16, 2020
2 parents 2acc21a + 7e89bdd commit d73ac95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static def isWindows() {
}

task version(type: Exec) {
commandLine 'bash', '-c', './ver.sh'
commandLine 'bash', '-c', '../ver.sh'
}

dependencies {
Expand Down
6 changes: 3 additions & 3 deletions framework/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 {

public static final String versionName = "Odyssey-v3.6.5-15-g6405454d0";
public static final String versionCode = "11188";
private static final String version = "3.6.6";
public static final String versionName = "Odyssey-v3.6.6-1790-g2acc21a2f";
public static final String versionCode = "12980";
private static final String version = "3.7";

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

0 comments on commit d73ac95

Please sign in to comment.