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 8ee3c95 commit 7bab1c4Copy full SHA for 7bab1c4
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.3-beta1"
+#define LEANPLUM_SDK_VERSION @"2.7.3"
44
#define LEANPLUM_CLIENT @"ios"
45
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
46
0 commit comments