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 0562e81 commit 88074f6Copy full SHA for 88074f6
LeanplumSDK/LeanplumSDK/Classes/Internal/LPConstants.h
@@ -38,7 +38,7 @@
38
#define IS_NOOP (IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
39
#define RETURN_IF_NOOP if (IS_NOOP) return
40
41
-#define LEANPLUM_SDK_VERSION @"6.0.1-beta1"
+#define LEANPLUM_SDK_VERSION @"6.0.1-beta2"
42
#define LEANPLUM_CLIENT @"ios"
43
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
44
sdk-version.txt
@@ -1 +1 @@
1
-6.0.1-beta1
+6.0.1-beta2
0 commit comments