Pulse/internal/hostagent/version.go
2026-03-18 16:06:30 +00:00

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"