diff --git a/README.md b/README.md index 8d6fdcbc7..742d1f848 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,9 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.13.6 +### 版本更新 0.14.0 -* 修复初始化安装,缺少解压命令。 -* 加入aes加密/解密方法。 +* 加入系统加固插件。 ### JSDelivr安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index 44c121cca..c1cb0dfb6 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -27,7 +27,7 @@ from flask import request class config_api: - __version = '0.13.6' + __version = '0.14.0' __api_addr = 'data/api.json' def __init__(self):