Skip to content

Commit

Permalink
Fix API version which should be pinned to 2019-02-19 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Feb 20, 2019
1 parent f122f3d commit f609534
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 f609534

Please sign in to comment.