Small version string change

This commit is contained in:
Matthieu Grieger 2016-02-06 02:45:52 -08:00
parent 619c39ac74
commit aa285bf817

View file

@ -214,7 +214,7 @@ func main() {
flag.Parse()
if version {
fmt.Printf("MumbleDJ version %s\n", VERSION)
fmt.Printf("MumbleDJ %s\n", VERSION)
os.Exit(0)
}