aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-25 21:47:36 +0000
committerGravatar jesopo2019-02-25 21:47:36 +0000
commit5aaf6eb7dfdc0f5a7fb7481c87ae1bc8a1f9883b (patch)
tree59ce5dd991e4c47bee4a15372e8d30af80d94556
parentCritical security fix: truncate IRCLine.ParsedLine.format() at newline (diff)
signature
Bump version to v1.2.1
-rw-r--r--src/IRCBot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IRCBot.py b/src/IRCBot.py
index c5809d42..707f8e01 100644
--- a/src/IRCBot.py
+++ b/src/IRCBot.py
@@ -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.2.0"
+VERSION = "v1.2.1"
TRIGGER_RETURN = 1
TRIGGER_EXCEPTION = 2