You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/05/24 12:04:28 UTC

[rocketmq-spring] branch master updated: Update current release version in readme file

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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git


The following commit(s) were added to refs/heads/master by this push:
     new 5054020  Update current release version in readme file
5054020 is described below

commit 50540207a6e8e0ea6c646e178db5647df5493e31
Author: ShannonDing <li...@163.com>
AuthorDate: Fri May 24 20:04:16 2019 +0800

    Update current release version in readme file
---
 README.md       | 2 +-
 README_zh_CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5ee3363..60c5f09 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ We are always very happy to have contributions, whether for trivial cleanups or
 
 Please see the complete sample [rocketmq-spring-boot-samples](rocketmq-spring-boot-samples)
 
-Note: Current RELEASE.VERSION=2.0.2 
+Note: Current RELEASE.VERSION=2.0.3 
 
 ```xml
 <!--add dependency in pom.xml-->
diff --git a/README_zh_CN.md b/README_zh_CN.md
index e5f075f..29e1818 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -35,7 +35,7 @@
 
 下面列出来了一些关键点,完整的示例请参考: [rocketmq-spring-boot-samples](rocketmq-spring-boot-samples)
 
-注意:当前的RELEASE.VERSION=2.0.1 
+注意:当前的RELEASE.VERSION=2.0.3 
 
 ```xml
 <!--在pom.xml中添加依赖-->