Skip to content

Commit

Permalink
[V3] bump version to 3.0.0b13 (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtree5 authored and Kowlin committed May 4, 2018
1 parent 2b2dbd2 commit 1cb5394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redbot/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ def __repr__(self):
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)

0 comments on commit 1cb5394

Please sign in to comment.