Skip to content

Commit

Permalink
Version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbenson committed Aug 24, 2018
1 parent cc9094a commit 4c59b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dd-trace-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def isCI = System.getenv("CI") != null

allprojects {
group = 'com.datadoghq'
version = '0.13.0-SNAPSHOT'
version = '0.13.0'

if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"
Expand Down

0 comments on commit 4c59b6a

Please sign in to comment.