v1.9.1 release
This commit is contained in:
parent
36538646dc
commit
55fb9cee3b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@ import typing, uuid
|
|||
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):
|
||||
|
|
Loading…
Reference in a new issue