release: v6.1.1

This commit is contained in:
Terry Geng 2020-03-31 20:43:59 +08:00
parent 75b1c6f7c7
commit eeaa09b564

View File

@ -29,7 +29,7 @@ from media.cache import MusicCache
class MumbleBot:
version = '6.1'
version = '6.1.1'
def __init__(self, args):
self.log = logging.getLogger("bot")