You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by cr...@apache.org on 2021/09/27 12:15:24 UTC

[dubbo] branch 3.0 updated: Update dubbo version

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

crazyhzm pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new b7f54e3  Update dubbo version
b7f54e3 is described below

commit b7f54e34ce1d6408098f5b2b075c2c465242aced
Author: huazhongming <cr...@gmail.com>
AuthorDate: Mon Sep 27 20:15:14 2021 +0800

    Update dubbo version
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ecb5c05..57a57fb 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ There's a [README](https://github.com/apache/dubbo-samples/tree/master/dubbo-sam
 
 ```xml
 <properties>
-    <dubbo.version>3.0.0</dubbo.version>
+    <dubbo.version>3.0.3</dubbo.version>
 </properties>
 
 <dependencies>