aboutsummaryrefslogtreecommitdiff
path: root/src/IRCBot.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-09 12:41:50 +0100
committerGravatar jesopo2019-10-09 12:42:22 +0100
commita0870ad118351dd28bf74de6b909d1bfa4281833 (patch)
treed72736d83e55a4cc6c3a517d78d0f82913376c31 /src/IRCBot.py
parent[:,] shouldn't be optional because the wider group is (diff)
signature
v1.12.0-rc1 release
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 48ba9f0f..08f6419a 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.11.1"
+VERSION = "v1.12.0-rc1"
SOURCE = "https://git.io/bitbot"
URL = "https://bitbot.dev"