Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
e7mac committed May 13, 2019
1 parent 385d27a commit 0494740
Showing 1 changed file with 1 addition and 1 deletion.
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-beta2"
#define LEANPLUM_SDK_VERSION @"2.4.2"
#define LEANPLUM_CLIENT @"ios"
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"

Expand Down

0 comments on commit 0494740

Please sign in to comment.