Update version to 1.50.0 (#7249)

This commit is contained in:
OpenTelemetry Bot 2025-04-04 13:20:35 -07:00 committed by GitHub
parent b3126023db
commit f801a159f3
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.49.0 (2025-04-04)
### SDK
#### Trace

View File

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