Skip to content

Commit

Permalink
Incr version after release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alshan committed Apr 25, 2024
1 parent 43e6b30 commit f024ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
group = "org.jetbrains.lets-plot"
version = when (name) {
"dokka" -> "4.7.2"
else -> "4.7.2"
else -> "4.7.3-SNAPSHOT"
// else -> "0.0.0-SNAPSHOT" // for local publishing only
}

Expand Down

0 comments on commit f024ead

Please sign in to comment.