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