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.
1 parent 138205c commit 2cb277eCopy full SHA for 2cb277e
APIJSONORM/pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.Tencent</groupId>
7
<artifactId>APIJSON</artifactId>
8
- <version>7.2.0</version>
+ <version>7.3.0</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 = "7.2.0";
+ public static final String VERSION = "7.3.0";
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