Begin 0.42.0

This commit is contained in:
Tyler Benson 2020-01-14 11:11:06 -08:00
parent 7fabcaaecb
commit e05c892271
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def isCI = System.getenv("CI") != null
allprojects {
group = 'com.datadoghq'
version = '0.41.0'
version = '0.42.0-SNAPSHOT'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"