Skip to content

Commit

Permalink
Merge pull request #644 from kyonRay/master
Browse files Browse the repository at this point in the history
<build>(project): upgrade java sdk version.
  • Loading branch information
kyonRay authored Aug 23, 2022
2 parents 1cde1e9 + 473d130 commit 87dac28
Showing 1 changed file with 1 addition and 1 deletion.
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.0-SNAPSHOT'
version = '3.0.0'
apply plugin: 'maven-publish'
apply plugin: 'idea'
apply plugin: 'eclipse'
Expand Down

0 comments on commit 87dac28

Please sign in to comment.