Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
e7mac committed Feb 14, 2019
1 parent cad3b18 commit 47a6772
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 @@ -49,7 +49,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.3.1-beta1"
#define LEANPLUM_SDK_VERSION @"2.3.1"
#define LEANPLUM_CLIENT @"ios"

// Can upload up to 100 files or 50 MB per request.
Expand Down

0 comments on commit 47a6772

Please sign in to comment.