Begin 0.40.0

This commit is contained in:
Laplie Anderson 2019-12-13 15:36:08 -05:00 committed by Laplie Anderson
parent aac1826ddb
commit aa838ceb28
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.39.0'
version = '0.40.0-SNAPSHOT'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"