Skip to content

Commit 13625b2

Browse files
authored
Merge pull request #379 from DataDog/yl/bump-to-next-iteration
Next dev iteration
2 parents eaab978 + d689720 commit 13625b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/com/datadog/gradle/config/MavenConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import java.net.URI
1818

1919
object MavenConfig {
2020

21-
val VERSION = Version(1, 17, 0, Version.Type.Snapshot)
21+
val VERSION = Version(1, 18, 0, Version.Type.Snapshot)
2222
const val GROUP_ID = "com.datadoghq"
2323
const val PUBLICATION = "pluginMaven"
2424
}

0 commit comments

Comments
 (0)