Skip to content

Commit 81b33ef

Browse files
author
Andrew Kent
committed
Version 0.19.0
1 parent 12a1b0c commit 81b33ef

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

1818
allprojects {
1919
group = 'com.datadoghq'
20-
version = '0.19.0-SNAPSHOT'
20+
version = '0.19.0'
2121

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

0 commit comments

Comments
 (0)