diff options
| author | 2019-06-23 14:44:24 +0100 | |
|---|---|---|
| committer | 2019-06-23 14:45:56 +0100 | |
| commit | 102aa1dce1891ce31f5e3649a7c95980485fb1a9 (patch) | |
| tree | 34767f65712c1a14394087eae8293edcfe7750c6 | |
| parent | Don't discard empty command args for !hash (diff) | |
| signature | ||
v1.10.0 release
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | src/IRCBot.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7daee50d..073f87b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# TBD - BitBot v1.10.0 +# 2019-06-23 - BitBot v1.10.0 Added: - Outbound message filtering (`message_filter.py`) diff --git a/src/IRCBot.py b/src/IRCBot.py index 3b6000f0..7d806597 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.10.0-rc2" +VERSION = "v1.10.0" SOURCE = "https://git.io/bitbot" URL = "https://bitbot.dev" |
