Files
Pulse/internal/dockeragent/version.go
2025-10-15 19:27:19 +00:00

8 lines
346 B
Go

package dockeragent
// Version is the semantic version of the Pulse Docker agent binary. It is
// overridden at build time via -ldflags for release artifacts. When building
// from source without ldflags, it defaults to this development value.
// Set to match deployed agents to prevent update loops in development.
var Version = "v4.22.0-rc.6"