We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657cf7d commit 8c838f9Copy full SHA for 8c838f9
dd-trace-java.gradle
@@ -20,7 +20,7 @@ def isCI = System.getenv("CI") != null
20
21
allprojects {
22
group = 'com.datadoghq'
23
- version = '0.8.1-SNAPSHOT'
+ version = '0.9.0'
24
25
if (isCI) {
26
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"
0 commit comments