Version 0.33.0

This commit is contained in:
dougqh 2019-09-13 13:23:59 -04:00 committed by Douglas Q Hawkins
parent b2a8499ba2
commit ae3ba9a2ef
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.33.0-SNAPSHOT'
version = '0.33.0'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"