Skip to content

Commit 7dbfc69

Browse files
committed
Release v3.0.0-alpha3
1 parent 5a7a5da commit 7dbfc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (project.file("local.properties").exists()) {
4242

4343
allprojects {
4444
group = "org.jetbrains.lets-plot"
45-
version = "3.0.0-SNAPSHOT"
45+
version = "3.0.0-alpha3"
4646
// version = "0.0.0-SNAPSHOT" // for local publishing only
4747

4848
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {

0 commit comments

Comments
 (0)