Begin 0.7.1

This commit is contained in:
Andrew Kent 2018-04-27 12:58:49 -07:00
parent 02f69d95a4
commit de7a7c9575
1 changed files with 1 additions and 1 deletions

View File

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