Version 0.3.0.RC2

This commit is contained in:
Andrew Kent 2018-01-23 13:18:36 -08:00
parent 930b6e9f58
commit e980dd7f32
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ plugins {
allprojects {
group = 'com.datadoghq'
version = '0.3.0.RC2-SNAPSHOT'
version = '0.3.0.RC2'
apply from: "${rootDir}/gradle/dependencies.gradle"
}