Skip to content

Commit

Permalink
prepare dev cycle 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Jun 21, 2024
1 parent 50e8815 commit 0010062
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 @@ -5,7 +5,7 @@ import java.nio.file.StandardCopyOption
buildscript {
// needs to be defined in here because otherwise tutteli-publish plugin does not have this information when applied
// and we want that it to apply the ch.tutteli conventions
rootProject.version = "2.1.0"
rootProject.version = "2.2.0-SNAPSHOT"
rootProject.group = "ch.tutteli.kbox"
rootProject.description = "A utility library for Kotlin"
extra.set("generationFolder", project.files("src/commonMain/generated/kotlin"))
Expand Down

0 comments on commit 0010062

Please sign in to comment.