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:
6565通过 cg command --help 查看指定命令的详细说明。
6666
6767---
68- Code Generator v4.2.0
68+ Code Generator v4.2.1
6969By https://yanglb.com
7070```
7171
Original file line number Diff line number Diff line change 1717
1818public 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" ;
You can’t perform that action at this time.
0 commit comments