Skip to content

Commit

Permalink
Merge pull request #610 from ywy2090/master-2.0
Browse files Browse the repository at this point in the history
update version to 2.8.1
  • Loading branch information
ywy2090 authored Apr 29, 2022
2 parents 7d7a037 + 94fcfc1 commit 6e27a9f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v2.8.1
(2022-04-29)

* 更新
1. 升级Java SDK版本为`2.8.1`,优化启动失败错误提示

### v2.8.0
(2021-07-28)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
compile 'org.fisco-bcos:solcJ:0.4.25.1'
//compile 'org.fisco-bcos:solcJ:0.6.10.3-SNAPSHOT'
//compile 'org.fisco-bcos:solcJ:0.5.2.3-SNAPSHTOT'
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:2.8.0-GMT0018')
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:2.8.1')
compile("commons-cli:commons-cli:1.3.1")
compile 'org.jline:jline:3.12.0'
compile 'io.bretty:console-table-builder:1.2'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/console/common/ConsoleVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class ConsoleVersion {

public static final String Version = "2.8.0";
public static final String Version = "2.8.1";

public static void main(String[] args) {
System.out.println("console version: " + Version);
Expand Down
2 changes: 1 addition & 1 deletion tools/download_console.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
package_name="console.tar.gz"
default_version="2.8.0"
default_version="2.8.1"
download_version="${default_version}"
specify_console=0
solc_suffix=""
Expand Down

0 comments on commit 6e27a9f

Please sign in to comment.