kubernetes/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/version.go

// Version is the current release version of the otelhttp instrumentation.
func Version() string {}

// SemVersion is the semantic version to be supplied to tracer/meter creation.
//
// Deprecated: Use [Version] instead.
func SemVersion() string {}