We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cd82f commit e07c1f0Copy full SHA for e07c1f0
build.gradle.kts
@@ -9,7 +9,7 @@ import java.nio.file.Paths
9
// ./gradlew publish -PcloudsmithUser=<user> -PcloudsmithApiKey=<api-key>
10
11
group = "io.libp2p"
12
-version = "0.9.2-RELEASE"
+version = "0.10.0-RELEASE"
13
description = "a minimal implementation of libp2p for the jvm"
14
15
plugins {
@@ -261,4 +261,4 @@ compileKotlin.kotlinOptions {
261
detekt {
262
config = files("$projectDir/detekt/config.yml")
263
buildUponDefaultConfig = true
264
-}
+}
0 commit comments