Update version to 1.24.0 (#5198)

This commit is contained in:
OpenTelemetry Bot 2023-02-10 12:30:06 -08:00 committed by GitHub
parent 9b10152cf8
commit 8064df9e4d
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.23.0 (2023-02-10)
This release is a notable release for metrics:
* The base2 exponential histogram aggregation has been marked as stable. To use, configure

View File

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