Skip to content

Commit 3813763

Browse files
authored
modify java sdk version to 2.7.0 (#202)
1 parent 229bee0 commit 3813763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
// integrationTest.mustRunAfter test
3737
allprojects {
3838
group = 'org.fisco-bcos.java-sdk'
39-
version = '2.7.0-SNAPSHOT'
39+
version = '2.7.0'
4040
apply plugin: 'maven'
4141
apply plugin: 'maven-publish'
4242
apply plugin: 'idea'

0 commit comments

Comments
 (0)