[release/v1.25.x] Prepare release 1.25.1 (#843)

This commit is contained in:
OpenTelemetry Bot 2023-04-21 11:39:36 -07:00 committed by GitHub
parent 4f2ad2f418
commit 8bbfd99a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## Version 1.25.1 (2023-04-21)
### 🛠️ Bug fixes

View File

@ -1,5 +1,5 @@
val stableVersion = "1.25.0"
val alphaVersion = "1.25.0-alpha"
val stableVersion = "1.25.1"
val alphaVersion = "1.25.1-alpha"
allprojects {
if (findProperty("otel.stable") != "true") {