Skip to content

Commit 02f69d9

Browse files
author
Andrew Kent
committed
Version 0.7.0
1 parent 08e05ea commit 02f69d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-java.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def isCI = System.getenv("CI") != null
1919

2020
allprojects {
2121
group = 'com.datadoghq'
22-
version = '0.6.1-SNAPSHOT'
22+
version = '0.7.0'
2323

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

0 commit comments

Comments
 (0)