This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new f07f93b3cf [ISSUE #6982] Update the version in the README.md document 
to 5.1.3 (#6983)
f07f93b3cf is described below

commit f07f93b3cf93ad56d921a911f3c3aabc4f9bbad1
Author: mxsm <[email protected]>
AuthorDate: Mon Jul 3 08:21:38 2023 +0800

    [ISSUE #6982] Update the version in the README.md document to 5.1.3 (#6983)
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f0bb22c4a9..393ef88e6f 100644
--- a/README.md
+++ b/README.md
@@ -49,21 +49,21 @@ $ java -version
 java version "1.8.0_121"
 ```
 
-For Windows users, click 
[here](https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-bin-release.zip)
 to download the 5.1.1 RocketMQ binary release,
+For Windows users, click 
[here](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip)
 to download the 5.1.3 RocketMQ binary release,
 unpack it to your local disk, such as `D:\rocketmq`.
 For macOS and Linux users, execute following commands:
 
 ```shell
 # Download release from the Apache mirror
-$ wget 
https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-bin-release.zip
+$ wget 
https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip
 
 # Unpack the release
-$ unzip rocketmq-all-5.1.1-bin-release.zip
+$ unzip rocketmq-all-5.1.3-bin-release.zip
 ```
 
 Prepare a terminal and change to the extracted `bin` directory:
 ```shell
-$ cd rocketmq-all-5.1.1/bin
+$ cd rocketmq-all-5.1.3/bin
 ```
 
 **1) Start NameServer**

Reply via email to