diff options
| author | 2019-08-14 15:17:01 +0100 | |
|---|---|---|
| committer | 2019-08-14 15:17:01 +0100 | |
| commit | 195cb66e2664ed2d9ee1c98e557d1044f7890416 (patch) | |
| tree | efedb984c825ab8b4b9e18d6ac7d452c9a51219f /src/IRCBot.py | |
| parent | set channel_op.py _name to ChanOp (diff) | |
| signature | ||
Update CHANGELOG.md, bump version to v1.11.0-rc3
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 75051dfa..f6b4826d 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-rc2" +VERSION = "v1.11.0-rc3" SOURCE = "https://git.io/bitbot" URL = "https://bitbot.dev" |
