diff options
| author | 2019-08-30 19:10:17 +0100 | |
|---|---|---|
| committer | 2019-08-30 19:10:17 +0100 | |
| commit | 6a068777d6776762ebda6a25a206841e921d1c06 (patch) | |
| tree | cadfd7597ad16c96661b0e3da754cd3078e67fce /src/IRCBot.py | |
| parent | switch to using signal.setitimer so we can restore previous timer (diff) | |
| signature | ||
v1.11.1 release
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 1c8c52d7..52da3b9d 100644 --- a/src/IRCBot.py +++ b/src/IRCBot.py @@ -3,7 +3,7 @@ import typing, uuid from src import EventManager, Exports, IRCServer, Logging, ModuleManager from src import Socket, utils -VERSION = "v1.11.0" +VERSION = "v1.11.1" SOURCE = "https://git.io/bitbot" URL = "https://bitbot.dev" |
