From 43bec80c556a38a1d0d650047b725bc5cc38c77c Mon Sep 17 00:00:00 2001 From: TBK Date: Mon, 15 May 2017 04:15:55 +0200 Subject: [PATCH] Version bump --- musicbot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musicbot/constants.py b/musicbot/constants.py index 76370ad04..b4731fde4 100644 --- a/musicbot/constants.py +++ b/musicbot/constants.py @@ -1,6 +1,6 @@ import os.path -MAIN_VERSION = '1.9.8' +MAIN_VERSION = '1.9.9' SUB_VERSION = '-review' VERSION = MAIN_VERSION + SUB_VERSION