Documentation
¶
Overview ¶
Package version is the single source of truth for the build version string. The Version variable is overridden at build time via -ldflags:
go build -ldflags "-X github.com/lenaxia/llmsafespaces/pkg/version.Version=v0.4.1"
When unset (e.g. local dev), Version is "dev". The release workflow sets it from the git tag.
Each component that exposes a version surface (API /livez, /readyz; controller --version flag; CLI tools) reads from here so we never have two competing version strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is the build version. Overridden at build time. See package doc.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.