From c4092b63b3aa87081ebc3438b9400d18e3a0e02c Mon Sep 17 00:00:00 2001 From: Sean Hinchee Date: Tue, 23 Jul 2019 09:39:58 -0700 Subject: [PATCH] increment version (thanks theladpill) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e1d9228bc543a4083de93e11a554853e84122a39..9a256348c74dcf31fdfddce92a6b8e6f417a2978 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ const ( ) // Version is current version const -const Version = "2.0" +const Version = "2.2" // Session is global Session var Session *DiscordState.Session