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

Release v1.16.0/v0.39.0 -- Stable Metric API (#4100)

* Update versions

* Prepare stable-v1 for version v1.16.0

* Prepare experimental-metrics for version v0.39.0

* Update changelog
This commit is contained in:
Tyler Yahn
2023-05-22 12:06:21 -07:00
committed by GitHub
parent 3fca55af7a
commit e0852d609c
36 changed files with 160 additions and 152 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.16.0-rc.1"
return "1.16.0"
}