Skip to content

Commit 377e0c1

Browse files
committed
Bump version to 0.7.0
1 parent 4680c3a commit 377e0c1

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.7.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
16+
version = "0.7.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.7.0-SNAPSHOT"
17+
opentelemetryVersion = "0.7.0"
1818
grpcVersion = '1.28.0'
1919
protobufVersion = '3.11.4'
2020
protocVersion = protobufVersion

0 commit comments

Comments
 (0)