We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2534a39 commit a661b16Copy full SHA for a661b16
contentstack/src/main/java/com/contentstack/sdk/SDKConstant.java
@@ -9,7 +9,7 @@ public class SDKConstant {
9
public static final boolean debug = false;
10
public static boolean IS_NETWORK_AVAILABLE = true;
11
public static String PROTOCOL = "https://";
12
- public static String SDK_VERSION = "3.12.4";
+ public static String SDK_VERSION = "3.13.0";
13
public final static int NO_NETWORK_CONNECTION = 408;
14
public final static int TimeOutDuration = 30000; // timeout in millisecond
15
public final static int NumRetry = 0;
0 commit comments