Skip to content

Commit

Permalink
升级版本为 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed May 19, 2024
1 parent 7716a9b commit 4a2e7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions APIJSONORM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON-spring-boot3</artifactId>
<version>6.4.3</version>
<artifactId>APIJSON</artifactId>
<version>7.0.0</version>
<packaging>jar</packaging>

<name>APIJSONORM</name>
Expand Down
2 changes: 1 addition & 1 deletion APIJSONORM/src/main/java/apijson/Log.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Log {

public static boolean DEBUG = true;

public static final String VERSION = "6.4.3";
public static final String VERSION = "7.0.0";
public static final String KEY_SYSTEM_INFO_DIVIDER = "\n---|-----APIJSON SYSTEM INFO-----|---\n";

public static final String OS_NAME;
Expand Down

0 comments on commit 4a2e7f5

Please sign in to comment.