Bump version to 13.1.0-beta.3

This commit is contained in:
David Brownman 2024-10-18 12:03:00 -07:00
parent 8efdc5fa03
commit 0a92bde7ef
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 13.1.0-beta.3 - 2024-10-18
* [#1469](https://github.com/stripe/stripe-ruby/pull/1469) Update generated code for beta
## 13.1.0-beta.2 - 2024-10-08
* [#1468](https://github.com/stripe/stripe-ruby/pull/1468) Update generated code for beta
* Add support for `submit_card` test helper method on resource `Issuing.Card`

View File

@ -1 +1 @@
13.1.0-beta.2
13.1.0-beta.3

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "13.1.0-beta.2"
VERSION = "13.1.0-beta.3"
end