forgot to update IRCBot.VERSION to v1.11.0-rc2
This commit is contained in:
parent
03c7e8f066
commit
814236915b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import typing, uuid
|
||||||
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
|
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
|
||||||
from src import Socket, utils
|
from src import Socket, utils
|
||||||
|
|
||||||
VERSION = "v1.11.0-rc1"
|
VERSION = "v1.11.0-rc2"
|
||||||
SOURCE = "https://git.io/bitbot"
|
SOURCE = "https://git.io/bitbot"
|
||||||
URL = "https://bitbot.dev"
|
URL = "https://bitbot.dev"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue