diff --git a/README.md b/README.md
index 47e24affe..f98e7476c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-### mdserver-web 0.8.0
+### mdserver-web 0.8.5
简单的Linux面板,感谢BT.CN写出如此好的web管理软件。我一看到,就知道这是我一直想要的页面化管理方式。
复制了后台管理界面,按照自己想要的方式写了一版。
@@ -23,9 +23,11 @@
* Gogs - 一款极易搭建的自助Git服务。
* Rsyncd - 通用同步服务。
-### 版本更新 0.8.0
-* 添加PHP74版本
-* 优化PHP及扩展安装脚本
+### 版本更新 0.8.5
+* 添加PHP80版本-Alpha。
+* 优化PHP及扩展安装脚本。
+* 自动识别IP地址。
+* 增加xhprof插件。
### 自动安装
```
diff --git a/class/core/config_api.py b/class/core/config_api.py
index 0d0ee267b..979806a14 100755
--- a/class/core/config_api.py
+++ b/class/core/config_api.py
@@ -17,7 +17,7 @@ class config_api:
# 本版解决自启动问题
# 文件管理重命名
- __version = '0.8.0'
+ __version = '0.8.5'
def __init__(self):
pass
diff --git a/version/info.json b/version/info.json
index f261f354b..caad10763 100644
--- a/version/info.json
+++ b/version/info.json
@@ -1,5 +1,10 @@
[
{
+ "version": "0.8.5",
+ "content": "* 添加PHP80版本-Alpha
* 自动识别IP地址
* 增加xhprof插件",
+ "path": "https://github.com/midoks/mdserver-web/releases/download/0.8.5/mdserver-web.zip"
+ },
+ {
"version": "0.7.3",
"content": "* 修复自动更新错误
* 优化文件批量处理
* 添加PHP守护插件",
"path": "https://github.com/midoks/mdserver-web/releases/download/0.7.3/mdserver-web.zip"