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 5370474 commit 2885e7eCopy full SHA for 2885e7e
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.6.3-beta2"
+#define LEANPLUM_SDK_VERSION @"2.6.4"
44
#define LEANPLUM_CLIENT @"ios"
45
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
46
sdk-version.txt
@@ -1 +1 @@
1
-2.6.3-beta2
+2.6.4
0 commit comments