You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by me...@apache.org on 2020/07/28 02:33:48 UTC

[dubbo] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 418e056  Update README.md
418e056 is described below

commit 418e056aaa4472b15a087984e3b15af12489f029
Author: Mercy Ma <me...@gmail.com>
AuthorDate: Tue Jul 28 10:29:43 2020 +0800

    Update README.md
    
    Update the Dubbo 2.7.8
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 78514ef..153121d 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ There's a [README](https://github.com/apache/dubbo-samples/tree/master/java/dubb
 
 ```xml
 <properties>
-    <dubbo.version>2.7.7</dubbo.version>
+    <dubbo.version>2.7.8</dubbo.version>
 </properties>
     
 <dependencies>