From 147f028e8f36882e220743b75a7522b623cfe83a Mon Sep 17 00:00:00 2001 From: zhangsz Date: Thu, 13 Feb 2025 16:56:38 +0800 Subject: [PATCH] feat: update version test --- README.md | 6 +++--- bin/control.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b00d197..b8cfbf2 100644 --- a/README.md +++ b/README.md @@ -68,15 +68,15 @@ build.wfc/ ```text JDK >= 1.8 (推荐1.8版本) Mysql >= 5.7.0 (推荐5.7版本) # docker内部构建 -Redis >= 3.0 # docker内部构建 +Redis >= 7.4.7 # docker内部构建 Maven >= 3.0 -nacos >= 2.0.4 +nacos >= v2.5.0 sentinel >= 1.6.0 (optional) ``` ## 构建发布包 ```sh -cd bin +cd wfc/build/bin ./build.sh tar ``` diff --git a/bin/control.sh b/bin/control.sh index 1ca53e4..55fd430 100644 --- a/bin/control.sh +++ b/bin/control.sh @@ -1,4 +1,4 @@ Package=WFC -RelVersion=1.0.6 +RelVersion=1.0.7 Architecture=amd64 Description=WANFi Control and Billing System