diff options
| author | 2019-08-13 15:11:43 +0100 | |
|---|---|---|
| committer | 2019-08-13 15:11:43 +0100 | |
| commit | 814236915b00a15113d192acce706a80f17aa026 (patch) | |
| tree | 805b1784b340324a5bcac3b6a56915f42c8683d3 | |
| parent | return matching string from buffer.find() as most uses were redundantly regexing (diff) | |
| signature | ||
forgot to update IRCBot.VERSION to v1.11.0-rc2
| -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 94841625..75051dfa 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.11.0-rc1" +VERSION = "v1.11.0-rc2" SOURCE = "https://git.io/bitbot" URL = "https://bitbot.dev" |
