Skip to content

Commit

Permalink
Merge pull request #794 from stripe/remi-fix-api-version
Browse files Browse the repository at this point in the history
Fix API version which should be pinned to 2019-02-19 instead
  • Loading branch information
remi-stripe authored Feb 20, 2019
2 parents f122f3d + f609534 commit bbee325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ func StringValue(v *string) string {
const apiURL = "https://api.stripe.com"

// apiversion is the currently supported API version
const apiversion = "2019-02-11"
const apiversion = "2019-02-19"

// clientversion is the binding version
const clientversion = "57.0.0"
Expand Down

0 comments on commit bbee325

Please sign in to comment.