Skip to content

Commit

Permalink
v1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Jun 7, 2019
1 parent 089da1e commit 37c74da
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.9.0
# 2019-06-07 - BitBot v1.9.0

Added:
- IRCv3: Also look at CTCP events for msgids
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.8.0"
VERSION = "v1.9.0"
SOURCE = "https://git.io/bitbot"

class TriggerResult(enum.Enum):
Expand Down

0 comments on commit 37c74da

Please sign in to comment.