Begin 0.20.0

This commit is contained in:
Andrew Kent 2018-11-30 13:26:26 -08:00
parent 81b33ef373
commit acda01a7fd
1 changed files with 1 additions and 1 deletions

View File

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