Bump version to 13.4.0-beta.4

This commit is contained in:
Prathmesh Ranaut 2025-01-23 16:25:14 -05:00
parent 601cc26a05
commit 012de92b7b
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 13.4.0-beta.4 - 2025-01-23
* [#1523](https://github.com/stripe/stripe-ruby/pull/1523) Update generated code for beta
* Removed support for `stripe_account` from `Stripe::Terminal::Reader`. Use `account` instead.
## 13.4.0-beta.3 - 2025-01-17
* [#1514](https://github.com/stripe/stripe-ruby/pull/1514) Update generated code for beta

View File

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

View File

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