Bump version to 2.4.0

This commit is contained in:
Brandur 2017-04-18 06:05:52 -07:00
parent 0be4b69710
commit ed15772fd6
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.4.0 2017-04-18
* Add `Stripe.set_app_info` for use by plugin creators
=== 2.3.0 2017-04-14
* Add question mark accessor when assigning boolean value to undefined field

View File

@ -1 +1 @@
2.3.0
2.4.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '2.3.0'
VERSION = '2.4.0'
end