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

Prerelease v1.10.0 (#3158)

* update version file

* Prepare stable-v1 for version v1.10.0

* Update changelog
This commit is contained in:
Aaron Clawson
2022-09-12 15:19:11 -05:00
committed by GitHub
parent 49a653682f
commit 0e6f9c29c1
30 changed files with 99 additions and 98 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.9.0"
return "1.10.0"
}