From bea85563293605e06360e218617a1a655c974376 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 17 May 2019 13:39:55 +0100 Subject: Bump version to v1.6.0 --- src/IRCBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/IRCBot.py') diff --git a/src/IRCBot.py b/src/IRCBot.py index 49cf0e51..0cab88f2 100644 --- a/src/IRCBot.py +++ b/src/IRCBot.py @@ -2,7 +2,7 @@ import enum, queue, os, select, socket, threading, time, traceback, typing, uuid from src import EventManager, Exports, IRCServer, Logging, ModuleManager from src import Socket, utils -VERSION = "v1.5.0" +VERSION = "v1.6.0" SOURCE = "https://git.io/bitbot" class TriggerResult(enum.Enum): -- cgit v1.3.1-10-gc9f91