File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/yanglb/codegen/utils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Options:
65
65
通过 cg command --help 查看指定命令的详细说明。
66
66
67
67
---
68
- Code Generator v4.2.0
68
+ Code Generator v4.2.1
69
69
By https://yanglb.com
70
70
```
71
71
Original file line number Diff line number Diff line change 17
17
18
18
public class Infos {
19
19
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." ;
22
22
public static final String Author = "me@yanglb.com" ;
23
23
public static final String Website = "https://yanglb.com" ;
24
24
public static final String Repository = "https://github.com/excel-code-generator/code-generator" ;
You can’t perform that action at this time.
0 commit comments