Skip to content

Commit

Permalink
chore(testkit): prepare next development version of testkit-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Dec 14, 2024
1 parent e1b07e3 commit 67e1b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testkit/gradle-testkit-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id("com.autonomousapps.testkit")
}

version = "0.11"
version = "0.12-SNAPSHOT"
val isSnapshot: Boolean = version.toString().endsWith("SNAPSHOT")
val isRelease: Boolean = !isSnapshot

Expand Down

0 comments on commit 67e1b87

Please sign in to comment.