diff options
| author | 2019-10-10 13:36:55 +0100 | |
|---|---|---|
| committer | 2019-10-10 13:36:55 +0100 | |
| commit | e6242926080661a7f6a5221e851038bb83e82a0e (patch) | |
| tree | ca265795ba9b09066973404549ef2131cae72ad2 /src | |
| parent | v1.12.0-rc2 release (diff) | |
| signature | ||
v1.12.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 101d3d7b..8760f610 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 PollHook, Socket, Timers, utils -VERSION = "v1.12.0-rc2" +VERSION = "v1.12.0" SOURCE = "https://git.io/bitbot" URL = "https://bitbot.dev" |
