From 8be7b0850c32e8b8dc927a3673bbbde6af738828 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Tue, 27 Aug 2024 02:12:58 +0200 Subject: [PATCH] Version bump to 3.5.14.dev1 --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index bb53dbe6a5a..269db079fab 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.13" +_VERSION = "3.5.14.dev1" __version__, version_info = VersionInfo._get_version()