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

Release v1.6.1 (#2746)

* Upgrade stable-v1 to v1.6.1

* Prepare stable-v1 for version v1.6.1

* Update changelog
This commit is contained in:
Tyler Yahn
2022-03-28 09:50:10 -07:00
committed by GitHub
parent 1f8ad000ff
commit 8747a29580
31 changed files with 84 additions and 81 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.6.0"
return "1.6.1"
}