package main import ( "fmt" ) const VERSION = "0.1.2" func main() { fmt.Printf("go-hue-interface v. %s \n", VERSION) }