You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by vi...@apache.org on 2018/11/23 02:55:18 UTC

[incubator-dubbo] branch master updated: modify dubbo version to 2.6.5

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a24289f  modify dubbo version to 2.6.5
a24289f is described below

commit a24289f244eafd46e0dc52e30377df485bfb69d0
Author: cvictory <sh...@gmail.com>
AuthorDate: Fri Nov 23 10:54:57 2018 +0800

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

diff --git a/README.md b/README.md
index a5d5e1a..af064b0 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ There's a [README](https://github.com/dubbo/dubbo-samples/blob/master/dubbo-samp
 <dependency>
     <groupId>com.alibaba</groupId>
     <artifactId>dubbo</artifactId>
-    <version>2.6.4</version>
+    <version>2.6.5</version>
 </dependency>
 ```