diff options
| author | 2019-05-23 19:10:22 +0100 | |
|---|---|---|
| committer | 2019-05-23 19:10:22 +0100 | |
| commit | b12298135ea1ac7b19beefec66af64f87761e3bc (patch) | |
| tree | 8d21afb5788d9080e713f9f53d83179157f24489 /src | |
| parent | Add comment about why we strip non-alnum chars from private commands (diff) | |
| signature | ||
Bump version to v1.7.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/IRCBot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IRCBot.py b/src/IRCBot.py index 0cab88f2..95fd3f1c 100644 --- a/src/IRCBot.py +++ b/src/IRCBot.py @@ -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.6.0" +VERSION = "v1.7.0" SOURCE = "https://git.io/bitbot" class TriggerResult(enum.Enum): |
