aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-22 22:41:17 +0100
committerGravatar jesopo2019-06-22 22:41:17 +0100
commit7d49826b1afcdd326e8ceb8746b781fac4eb1682 (patch)
tree8e8a29ef6d3ebee093982e4fa0a218ef402157e2
parentUpdate CHANGELOG.md (diff)
signature
v1.10.0-rc1
-rw-r--r--src/IRCBot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IRCBot.py b/src/IRCBot.py
index a34e76f9..a1f60ece 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.9.2"
+VERSION = "v1.10.0-rc1"
SOURCE = "https://git.io/bitbot"
URL = "https://bitbot.dev"