Skip to content

Commit 4a2e7f5

Browse files
committed
升级版本为 7.0.0
1 parent 7716a9b commit 4a2e7f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

APIJSONORM/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<modelVersion>4.0.0</modelVersion>
55

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

1111
<name>APIJSONORM</name>

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

+1-1
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.3";
17+
public static final String VERSION = "7.0.0";
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)