We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e05ea commit 02f69d9Copy full SHA for 02f69d9
1 file changed
dd-trace-java.gradle
@@ -19,7 +19,7 @@ def isCI = System.getenv("CI") != null
19
20
allprojects {
21
group = 'com.datadoghq'
22
- version = '0.6.1-SNAPSHOT'
+ version = '0.7.0'
23
24
if (isCI) {
25
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"
0 commit comments