Version 0.30.0

This commit is contained in:
Luca Abbati 2019-06-17 14:23:47 -04:00 committed by Luca Abbati
parent 72cad287ff
commit b43f6e97ac
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.30.0'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"