diff options
| author | 2019-08-15 13:45:54 +0100 | |
|---|---|---|
| committer | 2019-08-15 13:45:54 +0100 | |
| commit | b037c3076f5e849afe9b240ce256df72d3ac13a2 (patch) | |
| tree | 9075db03c6b4b13564b8cbe87573865751822126 /src | |
| parent | should only return a BufferLineMatch when we actually match (diff) | |
| signature | ||
v1.11.0 release
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 f6b4826d..1c8c52d7 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-rc3" +VERSION = "v1.11.0" SOURCE = "https://git.io/bitbot" URL = "https://bitbot.dev" |
