Skip to content

Commit 4c59b6a

Browse files
committed
Version 0.13.0
1 parent cc9094a commit 4c59b6a

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

2222
allprojects {
2323
group = 'com.datadoghq'
24-
version = '0.13.0-SNAPSHOT'
24+
version = '0.13.0'
2525

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

0 commit comments

Comments
 (0)