// 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 { … }