signoz/pkg/version/version.go

10 lines
200 B
Go

package version
// Build contains information about the build environment.
type Build struct {
// The name of the current build.
Name string
// The version of the current build.
Version string
}