1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

Release v1.22.0/v0.45.0 (#4821)

* Update to v1.22.0

* Prepare stable-v1 for version v1.22.0

* Prepare experimental-metrics for version v0.45.0
This commit is contained in:
Aaron Clawson
2024-01-17 13:24:10 -06:00
committed by GitHub
parent 237ed3796b
commit 279c549cab
34 changed files with 128 additions and 125 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.21.0"
return "1.22.0"
}