Skip to content

Commit

Permalink
Bump API version to 2019-09-09
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Sep 10, 2019
1 parent c09e8d0 commit 191e502
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cache:
env:
global:
# If changing this number, please also change it in `testing/testing.go`.
- STRIPE_MOCK_VERSION=0.66.0
- STRIPE_MOCK_VERSION=0.67.0

go:
- "1.9.x"
Expand Down
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

const (
// APIVersion is the currently supported API version
APIVersion string = "2019-08-14"
APIVersion string = "2019-09-09"

// APIBackend is a constant representing the API service backend.
APIBackend SupportedBackend = "api"
Expand Down
2 changes: 1 addition & 1 deletion testing/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
// added in a more recent version of stripe-mock, we can show people a
// better error message instead of the test suite crashing with a bunch of
// confusing 404 errors or the like.
MockMinimumVersion = "0.66.0"
MockMinimumVersion = "0.67.0"

// TestMerchantID is a token that can be used to represent a merchant ID in
// simple tests.
Expand Down

0 comments on commit 191e502

Please sign in to comment.