File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/yanglb/codegen/utils Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Options:
7676通过 cg command --help 查看指定命令的详细说明。
7777
7878---
79- Code Generator v4.2.1
79+ Code Generator v4.3.0
8080By https://yanglb.com
8181```
8282
Original file line number Diff line number Diff line change 66
77 <groupId >org.yanglb</groupId >
88 <artifactId >code-generator</artifactId >
9- <version >4.2.1 </version >
9+ <version >4.3.0 </version >
1010 <packaging >jar</packaging >
1111
1212 <dependencies >
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.1 " ;
21- public static final String Copyright = "Copyright 2015-2023 yanglb.com All Rights Reserved." ;
20+ public static final String Version = "4.3.0 " ;
21+ public static final String Copyright = "Copyright 2015-2024 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