Begin 0.29.0

This commit is contained in:
Tyler Benson 2019-05-17 14:17:25 -07:00
parent 3c5095ffbd
commit 200a9063fa
1 changed files with 1 additions and 1 deletions

View File

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