Skip to content

Commit aabf202

Browse files
chore(testkit): prepare next development version of testkit-plugin.
1 parent 9240dcd commit aabf202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testkit/gradle-testkit-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("build-logic.plugin")
55
}
66

7-
version = "0.15"
7+
version = "0.16-SNAPSHOT"
88
val isSnapshot: Boolean = version.toString().endsWith("SNAPSHOT")
99
val isRelease: Boolean = !isSnapshot
1010

0 commit comments

Comments
 (0)