Skip to content

Commit

Permalink
Pin library to API version 2019-05-16
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed May 24, 2019
1 parent 24745a4 commit 22f84e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
COVERALLS_REPO_TOKEN:
secure: T0PmP8uyzCseacBCDRBlti2y9Tz5DL6fknea0MKWvbPYrzADmLY2/5kOTfYIsPUk
# If you bump this, don't forget to bump `MinimumMockVersion` in `StripeMockFixture.cs` as well.
STRIPE_MOCK_VERSION: 0.56.0
STRIPE_MOCK_VERSION: 0.57.0

deploy:
- provider: NuGet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Stripe

public static class StripeConfiguration
{
private static string stripeApiVersion = "2019-03-14";
private static string stripeApiVersion = "2019-05-16";

private static string apiKey;
private static string apiBase;
Expand Down
2 changes: 1 addition & 1 deletion src/StripeTests/StripeMockFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class StripeMockFixture : IDisposable
/// <remarks>
/// If you bump this, don't forget to bump `STRIPE_MOCK_VERSION` in `appveyor.yml` as well.
/// </remarks>
private const string MockMinimumVersion = "0.56.0";
private const string MockMinimumVersion = "0.57.0";

private readonly string origApiBase;
private readonly string origFilesBase;
Expand Down

0 comments on commit 22f84e7

Please sign in to comment.