[Update] 修改版本号

pull/3864/head
Bai 2020-04-09 10:46:24 +08:00
parent f5a7c4131d
commit adf14b0f2e
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ __all__ = ['BASE_DIR', 'PROJECT_DIR', 'VERSION', 'CONFIG', 'DYNAMIC']
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
PROJECT_DIR = os.path.dirname(BASE_DIR)
VERSION = '1.5.7'
VERSION = '1.5.8'
CONFIG = ConfigManager.load_user_config()
DYNAMIC = ConfigManager.get_dynamic_config(CONFIG)