Update version to 1.32.0 (#5890)

This commit is contained in:
OpenTelemetry Bot 2023-10-06 22:51:00 +02:00 committed by GitHub
parent bf37a4ca58
commit 905184fb95
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.31.0 (2023-10-06)
### API
#### Incubator

View File

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