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 eb107fe commit b81d223Copy full SHA for b81d223
Leanplum-SDK/Classes/Internal/LPConstants.h
@@ -49,7 +49,7 @@
49
#define IS_NOOP ((!IS_SUPPORTED_IOS_VERSION) || IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
50
#define RETURN_IF_NOOP if (IS_NOOP) return
51
52
-#define LEANPLUM_SDK_VERSION @"2.3.0-beta3"
+#define LEANPLUM_SDK_VERSION @"2.3.0"
53
#define LEANPLUM_CLIENT @"ios"
54
55
// Can upload up to 100 files or 50 MB per request.
0 commit comments