Bump version to v1.6.0
This commit is contained in:
parent
eaee51f677
commit
bea8556329
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue