Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Tencent/APIJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed May 19, 2024
2 parents 9f62724 + 22644eb commit 7716a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion APIJSONORM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON-spring-boot3</artifactId>
<version>6.4.0</version>
<version>6.4.3</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.0";
public static final String VERSION = "6.4.3";
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 7716a9b

Please sign in to comment.