This is an automated email from the ASF dual-hosted git repository.
liujun 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 7e82c56 use the latest version as the default dependency.
7e82c56 is described below
commit 7e82c56de4f5e9282826f996322a41e686241a85
Author: ken.lj <[email protected]>
AuthorDate: Sun Oct 27 12:14:28 2019 +0800
use the latest version as the default dependency.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e75a264..08fcbf4 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ There's a
[README](https://github.com/apache/dubbo-samples/tree/master/dubbo-sam
```xml
<properties>
- <dubbo.version>2.7.3</dubbo.version>
+ <dubbo.version>2.7.4.1</dubbo.version>
</properties>
<dependencies>