From 46b25c58bbe3b8355b8644f427c34eec8c88497e Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Fri, 25 Mar 2022 16:56:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ed2e81..d8cc0434 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,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.1.Hoxton.SR9-RC0 +For example: 1.2.0-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)