Version 0.3.0

This commit is contained in:
Andrew Kent 2018-01-31 16:46:01 -08:00
parent 75c805de2a
commit 58a7e74815
1 changed files with 1 additions and 1 deletions

View File

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