Begin 0.37.0

This commit is contained in:
dougqh 2019-10-29 16:58:11 -04:00 committed by Douglas Q Hawkins
parent 69f4570585
commit 733342de5e
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.36.0'
version = '0.37.0-SNAPSHOT'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"