diff --git a/redbot/__init__.py b/redbot/__init__.py index 48ad1d33dd9..99871b95574 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -174,7 +174,7 @@ def __repr__(self) -> str: ) -__version__ = "3.1.3" +__version__ = "3.1.4" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning