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 0b05e9c7c1 [ISSUE #7840] Update the version in the README.md document to 5.2.0 (#7841) 0b05e9c7c1 is described below commit 0b05e9c7c13d1016057bd17dd12f4cc0238feb39 Author: mxsm <ljbm...@gmail.com> AuthorDate: Wed Feb 21 14:27:32 2024 +0800 [ISSUE #7840] Update the version in the README.md document to 5.2.0 (#7841) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5aaa2ba73c..de539e7996 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.4/rocketmq-all-5.1.4-bin-release.zip) to download the 5.1.4 RocketMQ binary release, +For Windows users, click [here](https://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip) to download the 5.2.0 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.4/rocketmq-all-5.1.4-bin-release.zip +$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip # Unpack the release -$ unzip rocketmq-all-5.1.4-bin-release.zip +$ unzip rocketmq-all-5.2.0-bin-release.zip ``` Prepare a terminal and change to the extracted `bin` directory: ```shell -$ cd rocketmq-all-5.1.4-bin-release/bin +$ cd rocketmq-all-5.2.0-bin-release/bin ``` **1) Start NameServer**