Bump version to v1.5.0
This commit is contained in:
parent
280e647a84
commit
992ab15394
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import queue, os, select, socket, threading, time, traceback, typing, uuid
|
|||
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
|
||||
from src import Socket, utils
|
||||
|
||||
VERSION = "v1.4.0"
|
||||
VERSION = "v1.5.0"
|
||||
|
||||
TRIGGER_RETURN = 1
|
||||
TRIGGER_EXCEPTION = 2
|
||||
|
|
Loading…
Reference in a new issue