Version 0.29.1

This commit is contained in:
Tyler Benson 2019-05-29 12:57:47 -07:00
parent 1dcb4df8bf
commit ed72307cb1
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.30.0-SNAPSHOT'
version = '0.29.1'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"