go-hue-interface/main.go
2019-02-09 16:21:31 +01:00

10 lines
119 B
Go

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