Skip to content

Commit e07c1f0

Browse files
committed
0.10.0 release
1 parent 42cd82f commit e07c1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.nio.file.Paths
99
// ./gradlew publish -PcloudsmithUser=<user> -PcloudsmithApiKey=<api-key>
1010

1111
group = "io.libp2p"
12-
version = "0.9.2-RELEASE"
12+
version = "0.10.0-RELEASE"
1313
description = "a minimal implementation of libp2p for the jvm"
1414

1515
plugins {
@@ -261,4 +261,4 @@ compileKotlin.kotlinOptions {
261261
detekt {
262262
config = files("$projectDir/detekt/config.yml")
263263
buildUponDefaultConfig = true
264-
}
264+
}

0 commit comments

Comments
 (0)