1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-23 22:34:47 +02:00

Release v1.23.1/v0.43.2 (#4892)

* Bump versions.yaml

* Prepare stable-v1 for version v1.23.1

* Prepare experimental-metrics for version v0.45.2

* Add changes to changelog
This commit is contained in:
Tyler Yahn
2024-02-07 12:41:47 -08:00
committed by GitHub
parent 11ebd19c46
commit c5b112f31b
34 changed files with 127 additions and 124 deletions

View File

@@ -16,5 +16,5 @@ package otel // import "go.opentelemetry.io/otel"
// Version is the current release version of OpenTelemetry in use.
func Version() string {
return "1.23.0"
return "1.23.1"
}