Version 0.40.0

This commit is contained in:
Tyler Benson 2019-12-23 09:33:30 -08:00
parent 65c701dd51
commit b8210ceea5
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.40.0-SNAPSHOT'
version = '0.40.0'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"