package main import "fmt" var version = "dev" func main() { fmt.Printf("NexusRMM Agent %s\n", version) }