We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29a5c6 commit 262d6c7Copy full SHA for 262d6c7
build.gradle.kts
@@ -26,7 +26,7 @@ allprojects {
26
group = "org.jetbrains.lets-plot"
27
version = when (name) {
28
"dokka" -> "4.9.0"
29
- else -> "4.9.0"
+ else -> "4.9.1-SNAPSHOT"
30
// else -> "0.0.0-SNAPSHOT" // for local publishing only
31
}
32
0 commit comments