Skip to content

Commit

Permalink
Bump API version to 2019-09-09 (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe authored Sep 10, 2019
1 parent cf6b26e commit 68326ac
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.65.0
STRIPE_MOCK_VERSION: 0.67.0

deploy:
- provider: NuGet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static StripeConfiguration()
}

/// <summary>API version used by Stripe.net.</summary>
public static string ApiVersion => "2019-08-14";
public static string ApiVersion => "2019-09-09";

#if NET45 || NETSTANDARD2_0
/// <summary>Gets or sets the API key.</summary>
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.65.0";
private const string MockMinimumVersion = "0.67.0";

private readonly string port;

Expand Down

0 comments on commit 68326ac

Please sign in to comment.