Skip to content

Commit

Permalink
v1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Jun 23, 2019
1 parent 78be79b commit 102aa1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TBD - BitBot v1.10.0
# 2019-06-23 - BitBot v1.10.0

Added:
- Outbound message filtering (`message_filter.py`)
Expand Down
2 changes: 1 addition & 1 deletion src/IRCBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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"

Expand Down

0 comments on commit 102aa1d

Please sign in to comment.