Bump version to 1.44.0

This commit is contained in:
Kyle Conroy 2016-06-29 14:35:07 -07:00
parent 732a494ac4
commit 8377a9f941
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.44.0 2016-06-29
* Add `update` class method to all resources that can be updated
=== 1.43.1 2016-06-17
* Fix type of resource returned from `Order#return_order`

View File

@ -1 +1 @@
1.43.1
1.44.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.43.1'
VERSION = '1.44.0'
end