diff --git a/README.md b/README.md index 6a77b92ed..2cec6531a 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.18.4 +### 版本更新 0.18.5 -- 国内安装优化。 +- 常规优化。 ### JSDelivr安装地址 diff --git a/web/version.py b/web/version.py index 95e803f30..b67295dca 100644 --- a/web/version.py +++ b/web/version.py @@ -13,7 +13,7 @@ # 应用程序版本号组件 APP_RELEASE = 0 APP_REVISION = 18 -APP_SMALL_VERSION = 4 +APP_SMALL_VERSION = 5 # 应用程序版本后缀,例如"beta1"、"dev"。通常为空字符串GA发布 APP_SUFFIX = ''