From 42969ca27c193e0c990c2c0ee1ebb67c6f6e5917 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Thu, 6 May 2021 08:16:00 -0400 Subject: [PATCH] Fix bumpset --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )