Small version string change

pull/121/head 2.8.13
Matthieu Grieger 2016-02-06 02:45:52 -08:00
parent 619c39ac74
commit aa285bf817
1 changed files with 1 additions and 1 deletions

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)
}