Skip to content

Commit 71e3bef

Browse files
committed
Instrumentation 2.0.0
1 parent 70b22ee commit 71e3bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/Environment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ object Artifacts {
116116
*/
117117
object Instrumentation {
118118
const val groupId = "de.mannodermaus.junit5"
119-
private const val currentVersion = "2.0.0-SNAPSHOT"
119+
private const val currentVersion = "2.0.0"
120120
private const val latestStableVersion = "1.9.0"
121121

122122
val Core = Deployed(

0 commit comments

Comments
 (0)