Bump version to 1.27.2

This commit is contained in:
Brandur 2015-09-25 14:25:38 -07:00
parent e37711e947
commit 2a22605618
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.27.2 2015-09-25
* Correct the URLs used to fetch Bitcoin transactions.
=== 1.27.1 2015-09-20
* Use hash rockets for backwards compatibility.

View File

@ -1 +1 @@
1.27.1
1.27.2

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.27.1'
VERSION = '1.27.2'
end