Bump version to 0.9.1-SNAPSHOT

This commit is contained in:
Carlos Alberto Cortez 2020-10-05 21:17:19 +02:00
parent c353dcd850
commit 69bbf6791a
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-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
plugins.withId("maven-publish") {
// Always include the artifactory/bintray plugins to do the deployment.