Skip to content

Commit

Permalink
Version bump v3.0.0b18 (#1959)
Browse files Browse the repository at this point in the history
Administrative Merge: Solo beta release.
  • Loading branch information
Kowlin authored Jul 25, 2018
1 parent 4b19421 commit e3bff7e
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 @@ -36,5 +36,5 @@ def to_json(self):
return [self.major, self.minor, self.micro, self.releaselevel, self.serial]


__version__ = "3.0.0b17"
version_info = VersionInfo(3, 0, 0, "beta", 17)
__version__ = "3.0.0b18"
version_info = VersionInfo(3, 0, 0, "beta", 18)

0 comments on commit e3bff7e

Please sign in to comment.