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 99fef61 commit c2f2b11Copy full SHA for c2f2b11
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-beta1"
+#define LEANPLUM_SDK_VERSION @"2.5.1"
44
#define LEANPLUM_CLIENT @"ios"
45
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
46
sdk-version.txt
@@ -1 +1 @@
1
-2.5.1-beta1
+2.5.1
0 commit comments