Skip to content

Commit

Permalink
beta 2.4.3-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishileanplum committed Jun 12, 2019
1 parent 27a48b5 commit 6a36394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Leanplum-SDK/Classes/Internal/LPConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define IS_NOOP ((!IS_SUPPORTED_IOS_VERSION) || IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
#define RETURN_IF_NOOP if (IS_NOOP) return

#define LEANPLUM_SDK_VERSION @"2.4.2-beta1"
#define LEANPLUM_SDK_VERSION @"2.4.3-beta1"
#define LEANPLUM_CLIENT @"ios"
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"

Expand Down
2 changes: 1 addition & 1 deletion sdk-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2-beta1
2.4.3-beta1

0 comments on commit 6a36394

Please sign in to comment.