Update version to 1.14.0 (#305)

This commit is contained in:
OpenTelemetry Java Bot 2022-04-19 22:40:42 -07:00 committed by GitHub
parent 412fc5a55d
commit d22bd77c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
val snapshot = true
allprojects {
var ver = "1.13.0"
var ver = "1.14.0"
if (findProperty("otel.stable") != "true") {
ver += "-alpha"
}