6 lines
265 B
Go
6 lines
265 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.
|
|
var Version = "dev"
|