File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/yanglb/codegen/utils Expand file tree Collapse file tree 3 files changed +5
-5
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.3 .0
79+ Code Generator v4.4 .0
8080By https://yanglb.com
8181```
8282
@@ -98,6 +98,6 @@ cg msg.json msg.xlsx
9898
9999## License
100100
101- Copyright (c) 2015-2023 yanglb.com. All rights reserved.
101+ Copyright (c) 2015-2025 yanglb.com. All rights reserved.
102102
103103Licensed under the [ Apache License 2.0] ( LICENSE ) license.
Original file line number Diff line number Diff line change 66
77 <groupId >org.yanglb</groupId >
88 <artifactId >code-generator</artifactId >
9- <version >4.3 .0</version >
9+ <version >4.4 .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.3 .0" ;
21- public static final String Copyright = "Copyright 2015-2024 yanglb.com All Rights Reserved." ;
20+ public static final String Version = "4.4 .0" ;
21+ public static final String Copyright = "Copyright 2015-2025 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