Begin 0.36.0

This commit is contained in:
dougqh 2019-10-23 09:24:05 -04:00 committed by Tyler Benson
parent 35255b5772
commit dade0f369c
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.35.0'
version = '0.36.0-SNAPSHOT'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"