We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2065be1 commit c51ae3aCopy full SHA for c51ae3a
1 file changed
dd-trace-java.gradle
@@ -15,7 +15,7 @@ def isCI = System.getenv("CI") != null
15
16
allprojects {
17
group = 'com.datadoghq'
18
- version = '0.27.0-SNAPSHOT'
+ version = '0.26.1'
19
20
if (isCI) {
21
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"
0 commit comments