aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-10 12:43:19 +0100
committerGravatar jesopo2019-10-10 12:43:19 +0100
commita2b73469e6b32e600e352a41485fea046bf06733 (patch)
tree109203e2feb536cda442fe97c2f5a176e983c5a2 /src
parent'server.conncect_time' -> 'server.connect_time' (diff)
signature
v1.12.0-rc2 release
Diffstat (limited to 'src')
-rw-r--r--src/IRCBot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IRCBot.py b/src/IRCBot.py
index f9493367..101d3d7b 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 PollHook, Socket, Timers, utils
-VERSION = "v1.12.0-rc1"
+VERSION = "v1.12.0-rc2"
SOURCE = "https://git.io/bitbot"
URL = "https://bitbot.dev"