diff options
| author | 2019-05-24 06:52:25 +0100 | |
|---|---|---|
| committer | 2019-05-24 06:52:25 +0100 | |
| commit | 503969abfda3a7436b7a19bfd25f4337655d8f26 (patch) | |
| tree | f3ddc996ba1bb027f457cf499dbc1debc1277a43 /src/IRCBot.py | |
| parent | _match_caps takes 2 args (diff) | |
| signature | ||
Bump version to v1.7.1
Diffstat (limited to 'src/IRCBot.py')
| -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 95fd3f1c..67a85c42 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.7.0" +VERSION = "v1.7.1" SOURCE = "https://git.io/bitbot" class TriggerResult(enum.Enum): |
