Skip to content

Commit

Permalink
v1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Jun 8, 2019
1 parent 3653864 commit 55fb9ce
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.1
# 2019-06-08 - BitBot v1.9.1

Fixed
- Fix ERROR on `CAP NEW` caused by STS typo
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.9.0"
VERSION = "v1.9.1"
SOURCE = "https://git.io/bitbot"

class TriggerResult(enum.Enum):
Expand Down

0 comments on commit 55fb9ce

Please sign in to comment.