We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6a2a9 commit 86be77fCopy full SHA for 86be77f
APIJSONORM/pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.Tencent</groupId>
7
<artifactId>APIJSON</artifactId>
8
- <version>7.0.5</version>
+ <version>7.1.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.0.5";
+ public static final String VERSION = "7.1.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