From f60a863ca8057be6a893de8368ce050389b3d1b2 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Mon, 1 Jun 2020 16:12:16 -0700 Subject: [PATCH] [Hunting] Version bump since I forgot on the PR --- hunting/hunting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hunting/hunting.py b/hunting/hunting.py index 90d1c12..be821bc 100644 --- a/hunting/hunting.py +++ b/hunting/hunting.py @@ -11,7 +11,7 @@ from redbot.core.utils.chat_formatting import bold, box, humanize_list, humanize from redbot.core.utils.menus import menu, DEFAULT_CONTROLS -__version__ = "3.1.2" +__version__ = "3.1.3" class Hunting(commands.Cog):