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/01/06 01:31:15 UTC

[dubbo-spring-boot-project] 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-spring-boot-project.git


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

commit 238a9e61779820fd089feacb92e2fb4e7e4eb7ef
Author: Mercy Ma <me...@gmail.com>
AuthorDate: Mon Jan 6 09:31:03 2020 +0800

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

diff --git a/README.md b/README.md
index 3a05148..f85ce7f 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to your project by addi
     <dependency>
         <groupId>org.apache.dubbo</groupId>
         <artifactId>dubbo-spring-boot-starter</artifactId>
-        <version>2.7.4.1</version>
+        <version>2.7.5</version>
     </dependency>    
 </dependencies>
 ```