Pulse/internal/dockeragent/version.go
rcourtman 1afd708e5a Harden unified agent update preflight
Record the single pulse-agent product invariant and clarify Docker / Podman module terminology.
2026-06-02 23:54:48 +01:00

6 lines
240 B
Go

package dockeragent
// Version is the semantic version reported by the Docker / Podman module when
// it runs outside the unified pulse-agent entrypoint. Unified Agent builds pass
// the pulse-agent version explicitly.
var Version = "dev"