mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-02 05:20:18 +00:00
7 lines
341 B
Go
7 lines
341 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.30.0"
|