go-hue-interface/main.go
Your Name 9019b30330 bla
2019-02-09 16:56:58 +01:00

11 lines
123 B
Go

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