Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
Small version string change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugrieger committed Feb 6, 2016
1 parent 619c39a commit aa285bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit aa285bf

Please sign in to comment.