Skip to content

Commit 2482f7e

Browse files
committed
v4.2.1
1 parent b5952b9 commit 2482f7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Options:
6565
通过 cg command --help 查看指定命令的详细说明。
6666
6767
---
68-
Code Generator v4.2.0
68+
Code Generator v4.2.1
6969
By https://yanglb.com
7070
```
7171

src/main/java/com/yanglb/codegen/utils/Infos.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
public class Infos {
1919
public static final String Name = "Code Generator";
20-
public static final String Version = "4.2.0";
21-
public static final String Copyright = "Copyright 2015-2021 yanglb.com All Rights Reserved.";
20+
public static final String Version = "4.2.1";
21+
public static final String Copyright = "Copyright 2015-2023 yanglb.com All Rights Reserved.";
2222
public static final String Author = "me@yanglb.com";
2323
public static final String Website = "https://yanglb.com";
2424
public static final String Repository = "https://github.com/excel-code-generator/code-generator";

0 commit comments

Comments
 (0)