mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Bump version to 3.0.0b20 (#2050)
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
parent
93138b04cb
commit
f258e93cf7
@ -36,5 +36,5 @@ class VersionInfo:
|
||||
return [self.major, self.minor, self.micro, self.releaselevel, self.serial]
|
||||
|
||||
|
||||
__version__ = "3.0.0b19"
|
||||
version_info = VersionInfo(3, 0, 0, "beta", 19)
|
||||
__version__ = "3.0.0b20"
|
||||
version_info = VersionInfo(3, 0, 0, "beta", 20)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user