mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:02:25 -05:00
- go.opentelemetry.io/contrib/exporters/autoexport v0.60.0 -> v0.61.0 - go.opentelemetry.io/contrib/instrumentation/runtime v0.60.0 -> v0.61.0 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4196 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
10 lines
348 B
Go
10 lines
348 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package runtime // import "go.opentelemetry.io/contrib/instrumentation/runtime"
|
|
|
|
// Version is the current release version of the runtime instrumentation.
|
|
func Version() string {
|
|
return "0.61.0"
|
|
// This string is updated by the pre_release.sh script during release
|
|
}
|