diff options
| author | 2019-08-09 15:02:10 +0100 | |
|---|---|---|
| committer | 2019-08-09 15:02:10 +0100 | |
| commit | 0f4a4d04a1f0377cf22d952aae0ace55d0315df2 (patch) | |
| tree | 11c44fcc23e67696e7caee649745d2bbb1ceda9c /src/IRCBot.py | |
| parent | Update CHANGELOG.md (diff) | |
| signature | ||
v1.11.0-rc1 release
Diffstat (limited to 'src/IRCBot.py')
| -rw-r--r-- | src/IRCBot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IRCBot.py b/src/IRCBot.py index 84a41256..94841625 100644 --- a/src/IRCBot.py +++ b/src/IRCBot.py @@ -3,7 +3,7 @@ import typing, uuid from src import EventManager, Exports, IRCServer, Logging, ModuleManager from src import Socket, utils -VERSION = "v1.10.0" +VERSION = "v1.11.0-rc1" SOURCE = "https://git.io/bitbot" URL = "https://bitbot.dev" |
