Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nzagorchev committed Jul 2, 2021
1 parent 79d67e3 commit a600f41
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 @@ -38,7 +38,7 @@
#define IS_NOOP (IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
#define RETURN_IF_NOOP if (IS_NOOP) return

#define LEANPLUM_SDK_VERSION @"3.2.0-beta5"
#define LEANPLUM_SDK_VERSION @"3.2.0"
#define LEANPLUM_CLIENT @"ios"
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"

Expand Down

0 comments on commit a600f41

Please sign in to comment.