mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
6 lines
200 B
Go
6 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"
|