Version 0.8.0

This commit is contained in:
Tyler Benson 2018-05-15 11:44:08 +10:00
parent 69ee39bfc2
commit beb684cd2e
1 changed files with 1 additions and 1 deletions

View File

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