Skip to content

Commit 5ea91e7

Browse files
committed
v3.5.2.7 release
1 parent e97f57a commit 5ea91e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v3.5.2.7
44

5-
2022.06.27 ~
5+
2022.06.27 ~ 2022.07.02
66

77
:star: New Features
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Current Version
44

5-
3.5.2.6
5+
3.5.2.7
66

77
说明: 除最后一位,前面的为mybatis-plus-generator的版本号,最后一位为该版本迭代次数。
88

@@ -45,7 +45,7 @@
4545
运行:
4646

4747
```shell
48-
java -jar mybatis-plus-code-generator-3.5.2.6.jar
48+
java -jar mybatis-plus-code-generator-3.5.2.7.jar
4949
```
5050

5151
::: warning

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.fengwenyi</groupId>
99
<artifactId>mybatis-plus-code-generator</artifactId>
10-
<version>3.5.2.7-SNAPSHOT</version>
10+
<version>3.5.2.7</version>
1111
<packaging>jar</packaging>
1212
<name>mybatis-plus-code-generator</name>
1313
<description>MyBatis-Plus Code Generator</description>

0 commit comments

Comments
 (0)