Bump version to v1.6.0

This commit is contained in:
jesopo 2019-05-17 13:39:55 +01:00
parent eaee51f677
commit bea8556329

View file

@ -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):