diff --git a/README.md b/README.md index 22f45d10b..ae56efa69 100644 --- a/README.md +++ b/README.md @@ -90,16 +90,15 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.9.12 - -* 日志清理插件优化。 -* 计划任务显示完整。 -* 加入gitea插件。 -* 融合mw-cli命令。 -* 加快php编译速度。 -* swap加上调整功能。 -* 其他细节优化。 - +### 版本更新 0.9.13 + +* 优化弹框。 +* 修复计划任务[日志切割]。 +* 优化mysql的与phpmyadmin的连接。 +* PHP添加`会话管理`功能。 +* redis优化。 +* 更新mysql[5.7]的安装。 +* OP防火墙部分功能优化。 ### JSDelivr安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index b149b5a44..290ef4c6d 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -15,7 +15,7 @@ from flask import request class config_api: - __version = '0.9.12.1' + __version = '0.9.13' def __init__(self): pass