aboutsummaryrefslogtreecommitdiff
path: root/src/IRCBot.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-08-13 15:11:43 +0100
committerGravatar jesopo2019-08-13 15:11:43 +0100
commit814236915b00a15113d192acce706a80f17aa026 (patch)
tree805b1784b340324a5bcac3b6a56915f42c8683d3 /src/IRCBot.py
parentreturn matching string from buffer.find() as most uses were redundantly regexing (diff)
signature
forgot to update IRCBot.VERSION to v1.11.0-rc2
Diffstat (limited to 'src/IRCBot.py')
-rw-r--r--src/IRCBot.py2
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"