Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7716a9b

Browse files
committed
Merge branch 'master' of https://github.com/Tencent/APIJSON
2 parents 9f62724 + 22644eb commit 7716a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

APIJSONORM/pom.xml

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

66
<groupId>com.github.Tencent</groupId>
77
<artifactId>APIJSON-spring-boot3</artifactId>
8-
<version>6.4.0</version>
8+
<version>6.4.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONORM</name>

APIJSONORM/src/main/java/apijson/Log.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Log {
1414

1515
public static boolean DEBUG = true;
1616

17-
public static final String VERSION = "6.4.0";
17+
public static final String VERSION = "6.4.3";
1818
public static final String KEY_SYSTEM_INFO_DIVIDER = "\n---|-----APIJSON SYSTEM INFO-----|---\n";
1919

2020
public static final String OS_NAME;

0 commit comments

Comments
 (0)