mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
1afd708e5a
Record the single pulse-agent product invariant and clarify Docker / Podman module terminology.
7 lines
240 B
Go
7 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"
|