Documentation
¶
Overview ¶
Package version centralizes build-identity reporting for cmd/mast and any surface that advertises the build (attach capabilities frames, agent cards). Version is overridable at release time via -ldflags; plain `go build` reports the "dev" fallback.
GoReleaser injects the real tag via .goreleaser.yaml's ldflags entry — keep that path in sync when moving this variable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is the semver tag for released builds, or "dev" for in-development builds. GoReleaser overrides it with the release tag via -ldflags at build time.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.