From 1cb5394e9603c104fb9c8f062c1f244f2c004fbc Mon Sep 17 00:00:00 2001 From: palmtree5 <3577255+palmtree5@users.noreply.github.com> Date: Thu, 3 May 2018 22:48:33 -0800 Subject: [PATCH] [V3] bump version to 3.0.0b13 (#1583) --- redbot/core/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redbot/core/__init__.py b/redbot/core/__init__.py index f67bc81a2..7d08730d4 100644 --- a/redbot/core/__init__.py +++ b/redbot/core/__init__.py @@ -33,5 +33,5 @@ class VersionInfo: def to_json(self): return [self.major, self.minor, self.micro, self.releaselevel, self.serial] -__version__ = "3.0.0b12" -version_info = VersionInfo(3, 0, 0, 'beta', 12) +__version__ = "3.0.0b13" +version_info = VersionInfo(3, 0, 0, 'beta', 13)