diff --git a/README.md b/README.md index 47ba88475a..dad5d30436 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.17.0 +### 版本更新 0.17.1 -- 面板SSL调整。 +- 任务管理器-插件。 ### JSDelivr安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index b0dab12a3b..02688fa957 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -28,7 +28,7 @@ class config_api: - __version = '0.17.0.1' + __version = '0.17.1' __api_addr = 'data/api.json' # 统一默认配置文件