Skip to content

Commit

Permalink
chore: bump version to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Dec 13, 2019
1 parent 4dc91a9 commit 7a5b2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '0.26.0-rc2'
version '0.26.0'

apply plugin: 'java'

Expand Down Expand Up @@ -113,7 +113,7 @@ configure(subprojects.findAll { it.name != 'tests' }) {
publications {
mavenJava(MavenPublication) {
groupId 'org.nervos.ckb'
version '0.26.0-rc2'
version '0.26.0'
from components.java
}
}
Expand Down

0 comments on commit 7a5b2cb

Please sign in to comment.