Bump version to 0.8.1-SNAPSHOT

This commit is contained in:
jwatson 2020-09-01 11:34:23 -07:00
parent daa84c767e
commit ac8bcfcbe4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ext {
subprojects { subprojects {
group = "io.opentelemetry" group = "io.opentelemetry"
version = "0.8.0" // CURRENT_OPEN_TELEMETRY_VERSION version = "0.8.1-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
} }
configure(opentelemetryProjects) { configure(opentelemetryProjects) {