diff --git a/main.go b/main.go index e26df60..378064e 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ var ( lastPM = make(map[string]time.Time) introMsg = make(map[string]string) quotes = []string{"The hardest choices require the strongest wills.", "You're strong, but I could snap my fingers and you'd all cease to exist.", "Fun isn't something one considers when balancing the universe. But this... does put a smile on my face.", "Perfectly balanced, as all things should be.", "I am inevitable."} - version = "3.0" + version = "3.2" gitCommit string commands []Command )