From d222f6744f183f1718d04a6361b7007c6e416b85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 04:22:07 +0000 Subject: [PATCH] Version bump to 3.5.14 --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 269db079fab..0525e97475a 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -339,7 +339,7 @@ def _early_init(): # This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`) -_VERSION = "3.5.14.dev1" +_VERSION = "3.5.14" __version__, version_info = VersionInfo._get_version()