Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
e7mac committed May 7, 2020
1 parent 48c8b84 commit bf37e7f
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.7.2-beta2"
#define LEANPLUM_SDK_VERSION @"2.7.2"
#define LEANPLUM_CLIENT @"ios"
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"

Expand Down

0 comments on commit bf37e7f

Please sign in to comment.