Version 0.31.0

This commit is contained in:
Tyler Benson 2019-07-25 15:08:55 -07:00
parent df68f8aa10
commit e98727620f
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.31.0-SNAPSHOT'
version = '0.31.0'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"