Skip to content

Commit 6e27a9f

Browse files
authored
Merge pull request #610 from ywy2090/master-2.0
update version to 2.8.1
2 parents 7d7a037 + 94fcfc1 commit 6e27a9f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v2.8.1
2+
(2022-04-29)
3+
4+
* 更新
5+
1. 升级Java SDK版本为`2.8.1`,优化启动失败错误提示
6+
17
### v2.8.0
28
(2021-07-28)
39

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
compile 'org.fisco-bcos:solcJ:0.4.25.1'
3131
//compile 'org.fisco-bcos:solcJ:0.6.10.3-SNAPSHOT'
3232
//compile 'org.fisco-bcos:solcJ:0.5.2.3-SNAPSHTOT'
33-
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:2.8.0-GMT0018')
33+
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:2.8.1')
3434
compile("commons-cli:commons-cli:1.3.1")
3535
compile 'org.jline:jline:3.12.0'
3636
compile 'io.bretty:console-table-builder:1.2'

src/main/java/console/common/ConsoleVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class ConsoleVersion {
44

5-
public static final String Version = "2.8.0";
5+
public static final String Version = "2.8.1";
66

77
public static void main(String[] args) {
88
System.out.println("console version: " + Version);

tools/download_console.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
package_name="console.tar.gz"
3-
default_version="2.8.0"
3+
default_version="2.8.1"
44
download_version="${default_version}"
55
specify_console=0
66
solc_suffix=""

0 commit comments

Comments
 (0)