Bump version

This commit is contained in:
Evan Broder 2013-05-06 13:56:14 -07:00
parent 2861964755
commit 2dbc700fc3
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 1.8.3 2013-05-06
* 1 bugfix:
* Fix handling of per-call API keys (github issue #67)
=== 1.8.2 2013-05-01
* 3 minor enhancement:

View File

@ -1 +1 @@
1.8.2
1.8.3

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.8.2'
VERSION = '1.8.3'
end