diff --git a/README.md b/README.md
index ab80c90b9..10710570d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-### mdserver-web 0.8.5
+### mdserver-web 0.8.6
简单的Linux面板,感谢BT.CN写出如此好的web管理软件。我一看到,就知道这是我一直想要的页面化管理方式。
复制了后台管理界面,按照自己想要的方式写了一版。
@@ -23,10 +23,9 @@
* Gogs - 一款极易搭建的自助Git服务。
* Rsyncd - 通用同步服务。
-### 版本更新 0.8.5
-* 优化PHP及扩展安装脚本。
-* 自动识别IP地址。
-* 增加xhprof插件。
+### 版本更新 0.8.6
+* mysql主从配置。
+* swap插件[虚拟内存]。
### 自动安装
```
diff --git a/class/core/config_api.py b/class/core/config_api.py
index 8228824d5..ca4f397c0 100755
--- a/class/core/config_api.py
+++ b/class/core/config_api.py
@@ -18,7 +18,7 @@ class config_api:
# 本版解决自启动问题
# 文件管理重命名
# 优化计划任务管理
- __version = '0.8.5'
+ __version = '0.8.6'
def __init__(self):
pass
diff --git a/version/info.json b/version/info.json
index caad10763..4e68b380e 100644
--- a/version/info.json
+++ b/version/info.json
@@ -1,4 +1,9 @@
[
+ {
+ "version": "0.8.6",
+ "content": "* mysql主从配置。
* swap插件[虚拟内存]。",
+ "path": "https://github.com/midoks/mdserver-web/releases/download/0.8.6/mdserver-web.zip"
+ },
{
"version": "0.8.5",
"content": "* 添加PHP80版本-Alpha
* 自动识别IP地址
* 增加xhprof插件",