diff --git a/README.md b/README.md index d3cade9163..2337f28e7f 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.16.8.x +### 版本更新 0.16.9 - mysql同步优化,享受丝滑般感觉。 - 网站统计 - 实时-可调节1-10s。 diff --git a/class/core/config_api.py b/class/core/config_api.py index 24b2776d63..71dd0d8966 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -28,7 +28,7 @@ class config_api: - __version = '0.16.8.5' + __version = '0.16.9' __api_addr = 'data/api.json' # 统一默认配置文件