From db8b755b9ba1afd558d8f23caf2b3dc37830ead0 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Thu, 29 Apr 2021 18:29:56 -0700 Subject: [PATCH] [Hunting] Version bump --- hunting/hunting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hunting/hunting.py b/hunting/hunting.py index 335249e..e71c542 100644 --- a/hunting/hunting.py +++ b/hunting/hunting.py @@ -13,7 +13,7 @@ from redbot.core.utils.chat_formatting import (bold, box, humanize_list, from redbot.core.utils.menus import DEFAULT_CONTROLS, menu from redbot.core.utils.predicates import MessagePredicate -__version__ = "3.1.5" +__version__ = "3.1.6" class Hunting(commands.Cog):