Skip to content

Commit

Permalink
Bump version to 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jun 23, 2017
1 parent f5736ea commit a871cca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
23.0.0 2017-06-23
plan.Del now takes `stripe.PlanParams` as a second argument

22.6.0 2017-06-19
Support for ephemeral keys

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
22.6.0
23.0.0
2 changes: 1 addition & 1 deletion stripe.go
Expand Up @@ -26,7 +26,7 @@ const (
const apiversion = "2017-05-25"

// clientversion is the binding version
const clientversion = "22.6.0"
const clientversion = "23.0.0"

// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
// This is chosen to be consistent with the other Stripe language libraries and
Expand Down

0 comments on commit a871cca

Please sign in to comment.