forgot to update IRCBot.VERSION to v1.11.0-rc2

This commit is contained in:
jesopo 2019-08-13 15:11:43 +01:00
parent 03c7e8f066
commit 814236915b

View file

@ -3,7 +3,7 @@ import typing, uuid
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
from src import Socket, utils
VERSION = "v1.11.0-rc1"
VERSION = "v1.11.0-rc2"
SOURCE = "https://git.io/bitbot"
URL = "https://bitbot.dev"