Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 9f62724 + 22644eb commit 7716a9bCopy full SHA for 7716a9b
APIJSONORM/pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.Tencent</groupId>
7
<artifactId>APIJSON-spring-boot3</artifactId>
8
- <version>6.4.0</version>
+ <version>6.4.3</version>
9
<packaging>jar</packaging>
10
11
<name>APIJSONORM</name>
APIJSONORM/src/main/java/apijson/Log.java
@@ -14,7 +14,7 @@ public class Log {
14
15
public static boolean DEBUG = true;
16
17
- public static final String VERSION = "6.4.0";
+ public static final String VERSION = "6.4.3";
18
public static final String KEY_SYSTEM_INFO_DIVIDER = "\n---|-----APIJSON SYSTEM INFO-----|---\n";
19
20
public static final String OS_NAME;
0 commit comments