From 020f9b515fa6f434aff37448a4cfb10b537d5ec2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:08:43 +0000 Subject: [PATCH] Version bump to 3.5.12 --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index b7678c953ce..c57ea10ec17 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.12.dev1" +_VERSION = "3.5.12" __version__, version_info = VersionInfo._get_version()