Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfing committed Jan 23, 2021
1 parent 0d1db23 commit 5a664e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/cn/leancloud/core/AppConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public interface SchedulerCreator{

private static boolean enableLocalCache = true;

private static final String SDK_VERSION = "6.5.15";
private static final String SDK_VERSION = "6.5.16";
private static final String DEFAULT_USER_AGENT = "LeanCloud-Java-SDK/" + SDK_VERSION;

public static void setNetworkTimeout(int seconds) {
Expand Down

0 comments on commit 5a664e0

Please sign in to comment.