package main // Build identifiers populated at build time via -ldflags. A plain go build // leaves them at their defaults, so the binary reports itself as a dev build. var ( Version = "dev" Commit = "" Date = "" Mode = "dev" ) // Application identifiers used by the CLI and the system service. const ( Name = "lutron-control" Description = "Bridges DMX (sACN/Art-Net) and MQTT control to Lutron GRAFIK Eye QS zones over serial or telnet" )