mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-22 07:16:41 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
251 B
Go
10 lines
251 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package sdk // import "go.opentelemetry.io/otel/sdk"
|
|
|
|
// Version is the current release version of the OpenTelemetry SDK in use.
|
|
func Version() string {
|
|
return "1.34.0"
|
|
}
|