From 7861210495d6c6496a510fdcc29e99a64533aa0c Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 23 Jun 2019 09:45:47 +0100 Subject: [PATCH] v1.10.0-rc2 --- src/IRCBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IRCBot.py b/src/IRCBot.py index a1f60ece..a28fc672 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.10.0-rc1" +VERSION = "v1.10.0-rc2" SOURCE = "https://git.io/bitbot" URL = "https://bitbot.dev"