We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f52dd commit 617efd6Copy full SHA for 617efd6
build.gradle
@@ -13,7 +13,7 @@ ext {
13
14
subprojects {
15
group = "io.opentelemetry"
16
- version = "0.6.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
+ version = "0.6.0" // CURRENT_OPEN_TELEMETRY_VERSION
17
}
18
19
configure(opentelemetryProjects) {
examples/build.gradle
@@ -14,7 +14,7 @@ subprojects {
version = "0.1.0-SNAPSHOT"
ext {
- opentelemetryVersion = "0.6.0-SNAPSHOT"
+ opentelemetryVersion = "0.6.0"
grpcVersion = '1.28.0'
protobufVersion = '3.11.4'
20
protocVersion = protobufVersion
0 commit comments