mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-07 00:37:36 +00:00
5 lines
200 B
Go
5 lines
200 B
Go
package hostagent
|
|
|
|
// Version is the semantic version of the Pulse Unified Agent binary. It can be
|
|
// overridden at build time via -ldflags when producing release artefacts.
|
|
var Version = "0.1.0-dev"
|