From 254f3838a1b8e8319e9bb996c7e0808a06d0d674 Mon Sep 17 00:00:00 2001
From: SkyeBeFreeman <928016560@qq.com>
Date: Fri, 13 Aug 2021 11:51:10 +0800
Subject: [PATCH] docs:update README

---
 README-zh.md | 2 +-
 README.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README-zh.md b/README-zh.md
index 1f7afd22f..72789a806 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -73,7 +73,7 @@ Example 列表:
 对应Spring Cloud的大版本号为Spring Cloud提供的英文版本号,例如Hoxton、Greenwich等。对应Spring Cloud的小版本号为Spring Cloud给出的小版本号,例如 RS9 等。
 发布类型目前包括正式发布和发布候选版(RC)。在实际的版本号中,正式发布版不额外添加发布类型,发布候选版将添加后缀,并从 RC0 开始。
 
-示例:1.0.0.Hoxton.SR9-RC0
+示例:1.0.1.Hoxton.SR9-RC0
 
 ## License
 The spring-cloud-tencent is licensed under the BSD 3-Clause License. Copyright and license information can be found in the file [LICENSE](LICENSE)
diff --git a/README.md b/README.md
index 3972023cc..f2b837a64 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ Project version includes ```${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}.$
 ```${CORRESPONDING_MAJOR_VERSION_OF_SPRING_CLOUD}``` is the same as the major version number of Spring Cloud, like Hoxton, Greenwich. ```${CORRESPONDING_MINOR_VERSION_OF_SPRING_CLOUD}``` is the same as the major version number of Spring Cloud, like RS9.
 ```${RELEASE_TYPE}``` is like RELEASE or RC currently. Actually, the RELEASE version does not add a release type in the version, and the RS version will add a suffix and start from RC0.
 
-For example: 1.0.0.Hoxton.SR9-RC0
+For example: 1.0.1.Hoxton.SR9-RC0
 
 ## License
 The spring-cloud-tencent is licensed under the BSD 3-Clause License. Copyright and license information can be found in the file [LICENSE](LICENSE)