Update version to 1.23.0-SNAPSHOT (#701)

Update version to `1.23.0-SNAPSHOT`.
This commit is contained in:
OpenTelemetry Bot 2023-01-16 19:37:28 -08:00 committed by GitHub
parent 692b497ac1
commit 6c620f0870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Unreleased ## Unreleased
## Version 1.22.0 (2023-01-17)
### JFR streaming ### JFR streaming
- Add buffer handlers and implement buffer metrics - Add buffer handlers and implement buffer metrics

View File

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