From 87f99c3ebeaf66d36122d563e36889910714235d Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Fri, 12 Jan 2018 12:03:41 -0800 Subject: [PATCH] Update version strings to 12.0.0 --- Stripe/PublicHeaders/STPAPIClient.h | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Stripe/PublicHeaders/STPAPIClient.h b/Stripe/PublicHeaders/STPAPIClient.h index af9ba9aadf..5490dc8fbe 100644 --- a/Stripe/PublicHeaders/STPAPIClient.h +++ b/Stripe/PublicHeaders/STPAPIClient.h @@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN /** The current version of this library. */ -static NSString *const STPSDKVersion = @"11.5.0"; +static NSString *const STPSDKVersion = @"12.0.0"; @class STPBankAccount, STPBankAccountParams, STPCard, STPCardParams, STPConnectAccountParams, STPSourceParams, STPToken, STPPaymentConfiguration; diff --git a/VERSION b/VERSION index 7ef698131a..4044f90867 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.5.0 +12.0.0