All checks were successful
continuous-integration/drone/push Build is passing
11 lines
360 B
Go
11 lines
360 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package otelhttp // import "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
|
|
|
|
// Version is the current release version of the otelhttp instrumentation.
|
|
func Version() string {
|
|
return "0.62.0"
|
|
// This string is updated by the pre_release.sh script during release
|
|
}
|