Skip to content

Commit 749b25a

Browse files
author
Andrew Kent
committed
Version 0.10.0
1 parent 0360bd0 commit 749b25a

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
@@ -20,7 +20,7 @@ def isCI = System.getenv("CI") != null
2020

2121
allprojects {
2222
group = 'com.datadoghq'
23-
version = '0.10.0-SNAPSHOT'
23+
version = '0.10.0'
2424

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

0 commit comments

Comments
 (0)