We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82824b5 commit 2f243b0Copy full SHA for 2f243b0
buildSrc/src/main/kotlin/Artifacts.kt
@@ -46,7 +46,7 @@ object Artifacts {
46
*/
47
object Instrumentation {
48
private val groupId = "de.mannodermaus.junit5"
49
- private val currentVersion = "1.2.0-SNAPSHOT"
+ private val currentVersion = "1.2.0"
50
val latestStableVersion = "1.1.0"
51
52
val Core = Deployed(
0 commit comments