From 191e5028a5a023257e583c4d24a95ea9644c9aae Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Tue, 10 Sep 2019 10:48:22 -0700 Subject: [PATCH] Bump API version to 2019-09-09 --- .travis.yml | 2 +- stripe.go | 2 +- testing/testing.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02ccd3d4bf..1f1267244b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/stripe.go b/stripe.go index 8af68eaa0c..d357818ae2 100644 --- a/stripe.go +++ b/stripe.go @@ -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" diff --git a/testing/testing.go b/testing/testing.go index cb93874861..cdade36e85 100644 --- a/testing/testing.go +++ b/testing/testing.go @@ -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.