mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-26 03:52:03 +02:00
10 lines
265 B
Go
10 lines
265 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package opencensus // import "go.opentelemetry.io/otel/bridge/opencensus"
|
|
|
|
// Version is the current release version of the opencensus bridge.
|
|
func Version() string {
|
|
return "1.24.0"
|
|
}
|