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 5a7a5da commit 7dbfc69Copy full SHA for 7dbfc69
build.gradle.kts
@@ -42,7 +42,7 @@ if (project.file("local.properties").exists()) {
42
43
allprojects {
44
group = "org.jetbrains.lets-plot"
45
- version = "3.0.0-SNAPSHOT"
+ version = "3.0.0-alpha3"
46
// version = "0.0.0-SNAPSHOT" // for local publishing only
47
48
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {
0 commit comments