Skip to content

Commit 617efd6

Browse files
committed
Bump version to 0.6.0
1 parent 74f52dd commit 617efd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313

1414
subprojects {
1515
group = "io.opentelemetry"
16-
version = "0.6.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
16+
version = "0.6.0" // CURRENT_OPEN_TELEMETRY_VERSION
1717
}
1818

1919
configure(opentelemetryProjects) {

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ subprojects {
1414
version = "0.1.0-SNAPSHOT"
1515

1616
ext {
17-
opentelemetryVersion = "0.6.0-SNAPSHOT"
17+
opentelemetryVersion = "0.6.0"
1818
grpcVersion = '1.28.0'
1919
protobufVersion = '3.11.4'
2020
protocVersion = protobufVersion

0 commit comments

Comments
 (0)