Skip to content

Commit c7cfc60

Browse files
committed
v4.4.0
1 parent b3cbd68 commit c7cfc60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8080
By 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

103103
Licensed under the [Apache License 2.0](LICENSE) license.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

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.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";

0 commit comments

Comments
 (0)