diff --git a/README.md b/README.md index 53ad27cfa..6a77b92ed 100644 --- a/README.md +++ b/README.md @@ -108,10 +108,9 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.18.2 +### 版本更新 0.18.4 -- 备份目录功能支持排除目录。 -- 其他细节优化。 +- 国内安装优化。 ### JSDelivr安装地址 diff --git a/web/version.py b/web/version.py index e6d3953e9..95e803f30 100644 --- a/web/version.py +++ b/web/version.py @@ -13,7 +13,7 @@ # 应用程序版本号组件 APP_RELEASE = 0 APP_REVISION = 18 -APP_SMALL_VERSION = 3 +APP_SMALL_VERSION = 4 # 应用程序版本后缀,例如"beta1"、"dev"。通常为空字符串GA发布 APP_SUFFIX = ''