From 0c856977706afe000e3ffb8546332c6bc931a38a Mon Sep 17 00:00:00 2001 From: maduck Date: Fri, 9 Oct 2020 08:28:39 +0200 Subject: [PATCH] feat: bump version --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4064118..f9ff3fd 100755 --- a/bot.py +++ b/bot.py @@ -28,7 +28,7 @@ class DiscordBot(BaseBot): BOT_NAME = 'garyatrics.com' - VERSION = '0.11' + VERSION = '0.12' NEEDED_PERMISSIONS = [ 'add_reactions', 'read_messages',