Update version to 1.31.0 (#5802)

This commit is contained in:
OpenTelemetry Bot 2023-09-08 09:28:54 -07:00 committed by GitHub
parent d2fc9390ec
commit 07c8bfb4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## Version 1.30.0 (2023-09-08)
### API
#### Incubator

View File

@ -1,7 +1,7 @@
val snapshot = true
allprojects {
var ver = "1.30.0"
var ver = "1.31.0"
val release = findProperty("otel.release")
if (release != null) {
ver += "-" + release