Skip to content

Commit 50aeef2

Browse files
committed
v4.5.2
1 parent aa09836 commit 50aeef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Options:
7676
通过 cg command --help 查看指定命令的详细说明。
7777
7878
---
79-
Code Generator v4.5.1
79+
Code Generator v4.5.2
8080
By https://yanglb.com
8181
```
8282

src/main/java/com/yanglb/codegen/utils/Infos.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
public class Infos {
1919
public static final String Name = "Code Generator";
20-
public static final String Version = "4.5.1";
20+
public static final String Version = "4.5.2";
2121
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";

0 commit comments

Comments
 (0)