This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 95bdacf fix #536 (#1037)
95bdacf is described below
commit 95bdacf24b0b90d284f57b7611bf656f3519df8e
Author: Wang Chengming <[email protected]>
AuthorDate: Tue Mar 29 14:58:18 2022 +0800
fix #536 (#1037)
---
content/zh/docsv2.7/user/references/registry/nacos.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh/docsv2.7/user/references/registry/nacos.md
b/content/zh/docsv2.7/user/references/registry/nacos.md
index edd775b..0c1196f 100644
--- a/content/zh/docsv2.7/user/references/registry/nacos.md
+++ b/content/zh/docsv2.7/user/references/registry/nacos.md
@@ -37,7 +37,7 @@ Dubbo 融合 Nacos 成为注册中心的操作步骤非常简单,大致步骤
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
- <version>[0.6.1,)</version>
+ <version>0.6.1</version>
</dependency>
<!-- Dubbo dependency -->