Skip to content

Commit

Permalink
change version number to mutiple-round-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Dec 24, 2020
1 parent 4a829de commit 0464702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -8,7 +8,7 @@ plugins {
if (!extra.has("kspVersion")) {
val kotlinBaseVersion: String by project
val today = LocalDateTime.now().format(DateTimeFormatter.BASIC_ISO_DATE)
extra.set("kspVersion", "$kotlinBaseVersion-dev-experimental-$today")
extra.set("kspVersion", "$kotlinBaseVersion-multiple-round-preview-$today")
}

subprojects {
Expand Down

0 comments on commit 0464702

Please sign in to comment.