1 // Copyright The OpenTelemetry Authors
2 // SPDX-License-Identifier: Apache-2.0
3 4 package otelhttp // import "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
5 6 // Version is the current release version of the otelhttp instrumentation.
7 func Version() string {
8 return "0.61.0"
9 // This string is updated by the pre_release.sh script during release
10 }
11