Bump version to 1.17.3

This commit is contained in:
Russell Davis 2015-01-12 12:24:47 -08:00
parent b080e9a7d1
commit dd71f80021
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 1.17.3 2015-01-12
* 1 bugfix:
* Fixed API key propagation for ApplicationFee#refund
=== 1.17.2 2015-01-08
* 1 bugfix:

View File

@ -1 +1 @@
1.17.2
1.17.3

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.17.2'
VERSION = '1.17.3'
end