Skip to content

Commit

Permalink
Prepare next development version of testkit-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Jan 16, 2024
1 parent 5908f61 commit 7c1f58b
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.9"
version = "0.10-SNAPSHOT"
val isSnapshot: Boolean = version.toString().endsWith("SNAPSHOT")
val isRelease: Boolean = !isSnapshot

Expand Down

0 comments on commit 7c1f58b

Please sign in to comment.