Skip to content

Commit

Permalink
<fix>(build): update java sdk version to 3.0.1. (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Sep 26, 2022
1 parent a7379a1 commit 9683ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ext {
// integrationTest.mustRunAfter test
allprojects {
group = 'org.fisco-bcos.java-sdk'
version = '3.0.1-SNAPSHOT'
version = '3.0.1'
apply plugin: 'maven-publish'
apply plugin: 'idea'
apply plugin: 'eclipse'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

public enum EnumNodeVersion {
BCOS_3_0_0_RC1("3.0.0-rc1"),
BCOS_3_0_0("3.0.0");
BCOS_3_0_0("3.0.0"),
BCOS_3_0_1("3.0.1");
private String version;

EnumNodeVersion(String version) {
Expand Down

0 comments on commit 9683ac8

Please sign in to comment.