We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa09836 commit 50aeef2Copy full SHA for 50aeef2
README.md
@@ -76,7 +76,7 @@ Options:
76
通过 cg command --help 查看指定命令的详细说明。
77
78
---
79
-Code Generator v4.5.1
+Code Generator v4.5.2
80
By https://yanglb.com
81
```
82
src/main/java/com/yanglb/codegen/utils/Infos.java
@@ -17,7 +17,7 @@
17
18
public class Infos {
19
public static final String Name = "Code Generator";
20
- public static final String Version = "4.5.1";
+ public static final String Version = "4.5.2";
21
public static final String Copyright = "Copyright 2015-2025 yanglb.com All Rights Reserved.";
22
public static final String Author = "me@yanglb.com";
23
public static final String Website = "https://yanglb.com";
0 commit comments