diff --git a/README-zh.md b/README-zh.md
index c8e4c5c..1d225fb 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -49,12 +49,12 @@ QQ群:1022221898 或者
com.github.yulichang
mybatis-plus-join-boot-starter
- 1.4.7.1
+ 1.4.7.2
```
- Gradle
```
- implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.1'
+ implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.2'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/README.md b/README.md
index 1acaf01..e49dc07 100644
--- a/README.md
+++ b/README.md
@@ -47,12 +47,12 @@ QQ群:1022221898 或者
com.github.yulichang
mybatis-plus-join-boot-starter
- 1.4.7.1
+ 1.4.7.2
```
- Gradle
```
- implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.1'
+ implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.2'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java
index c1ea47b..b2853dc 100644
--- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java
+++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java
@@ -30,7 +30,7 @@ public class MPJInterceptorConfig {
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
" / | /\n" +
- " 1.4.7.1");
+ " 1.4.7.2");
}
}