From 69bbf6791adc86fe185f63e40a5800fbdbc0916c Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Mon, 5 Oct 2020 21:17:19 +0200 Subject: [PATCH] Bump version to 0.9.1-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 190b90bbe4..2c6298043b 100644 --- a/build.gradle +++ b/build.gradle @@ -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.