// Package version holds the build version, injected at build time via // -ldflags "-X .../internal/version.Value=$(git describe --tags --always)". package version // Value is the build version. Defaults to "dev" for local/un-injected builds. var Value = "dev"