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.
2 parents cf62137 + 5811b01 commit abe110bCopy full SHA for abe110b
Leanplum-SDK/Classes/Internal/LPConstants.h
@@ -40,7 +40,7 @@
40
#define IS_NOOP ((!IS_SUPPORTED_IOS_VERSION) || IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
41
#define RETURN_IF_NOOP if (IS_NOOP) return
42
43
-#define LEANPLUM_SDK_VERSION @"2.5.1"
+#define LEANPLUM_SDK_VERSION @"2.6.0"
44
#define LEANPLUM_CLIENT @"ios"
45
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
46
sdk-version.txt
@@ -1 +1 @@
1
-2.5.1
+2.6.0
0 commit comments