Skip to content

Commit

Permalink
Merge pull request #777 from FISCO-BCOS/release-2.9.3
Browse files Browse the repository at this point in the history
Release 2.9.3
  • Loading branch information
ywy2090 authored Jul 19, 2023
2 parents ab32c6d + 54f70f6 commit 5f55b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {

//compile 'org.fisco-bcos:solcJ:0.6.10.2'
//compile 'org.fisco-bcos:solcJ:0.5.2.2'
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:2.9.2')
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:2.9.3')

compile("commons-cli:commons-cli:1.3.1")
compile 'org.jline:jline:3.12.0'
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.9.2";
public static final String Version = "2.9.3";

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

0 comments on commit 5f55b21

Please sign in to comment.