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 bcfb6f2 commit 55352e5Copy full SHA for 55352e5
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.7.0"
+#define LEANPLUM_SDK_VERSION @"2.7.2-beta1"
44
#define LEANPLUM_CLIENT @"ios"
45
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
46
0 commit comments