Bump version to 13.4.0-beta.3

This commit is contained in:
Jesse Rosalia 2025-01-17 16:34:56 -08:00
parent 6dba00fabf
commit 9896232084
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 13.4.0-beta.3 - 2025-01-17
* [#1514](https://github.com/stripe/stripe-ruby/pull/1514) Update generated code for beta
## 13.4.0-beta.2 - 2025-01-09
* [#1504](https://github.com/stripe/stripe-ruby/pull/1504) Update generated code for beta
* Add support for `close` method on resource `Treasury.FinancialAccount`

View File

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

View File

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