Bump version to 0.9.1

This commit is contained in:
Carlos Alberto Cortez 2020-10-07 17:43:56 +02:00
parent fd4e529393
commit 1dc0502faf
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ext {
subprojects {
group = "io.opentelemetry"
version = "0.9.0" // CURRENT_OPEN_TELEMETRY_VERSION
version = "0.9.1" // CURRENT_OPEN_TELEMETRY_VERSION
plugins.withId("maven-publish") {
// Always include the artifactory/bintray plugins to do the deployment.