Skip to content

Commit ab7e0a0

Browse files
ywy2090cyjseagull
andauthored
update version (#531)
Co-authored-by: cyjseagull <yujiechen_hust@163.com>
1 parent ed24097 commit ab7e0a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ ext {
3232
guavaVersion = '30.1.1-jre'
3333

3434
config2Version = '2.7'
35-
bcosSdkJniVersion = "3.0.0-rc3-SNAPSHOT"
35+
bcosSdkJniVersion = "3.0.0-rc3"
3636
}
3737

3838
// check.dependsOn integrationTest
3939
// integrationTest.mustRunAfter test
4040
allprojects {
4141
group = 'org.fisco-bcos.java-sdk'
42-
version = '3.0.0-rc3-SNAPSHOT'
42+
version = '3.0.0-rc3'
4343
apply plugin: 'maven-publish'
4444
apply plugin: 'idea'
4545
apply plugin: 'eclipse'

0 commit comments

Comments
 (0)