Update version to 1.38.0 (#6354)

This commit is contained in:
OpenTelemetry Bot 2024-04-05 20:02:57 +02:00 committed by GitHub
parent 95b83564bc
commit 1f80fe857d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## Version 1.37.0 (2024-04-05)
**NOTICE:** This release contains a significant restructuring of the experimental event API and the API incubator artifact. Please read the notes in the `API -> Incubator` section carefully.
### API

View File

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