Bump version to v1.2.1
This commit is contained in:
parent
56f6511ad3
commit
5aaf6eb7df
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 EventManager, Exports, IRCServer, Logging, ModuleManager
|
||||||
from src import Socket, utils
|
from src import Socket, utils
|
||||||
|
|
||||||
VERSION = "v1.2.0"
|
VERSION = "v1.2.1"
|
||||||
|
|
||||||
TRIGGER_RETURN = 1
|
TRIGGER_RETURN = 1
|
||||||
TRIGGER_EXCEPTION = 2
|
TRIGGER_EXCEPTION = 2
|
||||||
|
|
Loading…
Reference in a new issue