mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-25 23:57:41 +00:00
Record the single pulse-agent product invariant and clarify Docker / Podman module terminology.
6 lines
240 B
Go
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"
|