mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 23:47:12 +00:00
5 lines
202 B
Go
5 lines
202 B
Go
|
|
// Package version is used to track the build information of the application.
|
||
|
|
// This is typically set via ldflags at build time.
|
||
|
|
// Eg: -ldflags="-X 'pkg/version.Build.Version=v1.0.0'"
|
||
|
|
package version
|