From fc4a995540c5fde5509236f349b906c7b6c503af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 20:17:54 +0200 Subject: [PATCH] Version bump to 3.4.10 (#5086) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index aaa5defc3..9f605b5bb 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -214,7 +214,7 @@ def _early_init(): _ensure_no_colorama() -__version__ = "3.4.10.dev1" +__version__ = "3.4.10" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning