bumped version to 1.8.8

This commit is contained in:
kiran-b 2013-10-07 15:40:02 -07:00
parent 2970a577ba
commit 5626199c86
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.8.8 2013-10-3
* Add support for metadata API
=== 1.8.7 2013-08-18
* Add support for closing disputes.

View File

@ -1 +1 @@
1.8.7
1.8.8

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.8.7'
VERSION = '1.8.8'
end