From 931eb312b2008f6b52f33805051d1910929b1d7f Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 10 Sep 2021 01:10:38 +0200 Subject: [PATCH] [3.4] Version bump to 3.4.14.dev1 (#5308) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index c90c5aa96..a49f7c574 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -214,7 +214,7 @@ def _early_init(): _ensure_no_colorama() -__version__ = "3.4.13" +__version__ = "3.4.14.dev1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning