Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto committed Jul 1, 2020
1 parent 74f52dd commit 617efd6
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.6.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
version = "0.6.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.6.0-SNAPSHOT"
opentelemetryVersion = "0.6.0"
grpcVersion = '1.28.0'
protobufVersion = '3.11.4'
protocVersion = protobufVersion
Expand Down

0 comments on commit 617efd6

Please sign in to comment.