Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto committed Aug 3, 2020
1 parent 4680c3a commit 377e0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {

subprojects {
group = "io.opentelemetry"
version = "0.7.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
version = "0.7.0" // CURRENT_OPEN_TELEMETRY_VERSION
}

configure(opentelemetryProjects) {
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subprojects {
version = "0.1.0-SNAPSHOT"

ext {
opentelemetryVersion = "0.7.0-SNAPSHOT"
opentelemetryVersion = "0.7.0"
grpcVersion = '1.28.0'
protobufVersion = '3.11.4'
protocVersion = protobufVersion
Expand Down

0 comments on commit 377e0c1

Please sign in to comment.