Skip to content

Commit

Permalink
docs: fix wrong dependency version in README-zh.md (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongfeng3692 authored Jul 4, 2024
1 parent 15ddb0f commit 84177d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Spring Cloud 使用 Maven 来构建,最快的使用方式是将本项目 clone
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2023.0.0.1-RC2</version>
<version>2023.0.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 84177d1

Please sign in to comment.