Bump version to 11.4.0-beta.1

This commit is contained in:
Helen Ye 2024-05-02 15:23:28 -07:00
parent f858c6a959
commit 65c85f45b3
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 11.4.0-beta.1 - 2024-05-02
* [#1386](https://github.com/stripe/stripe-ruby/pull/1386) Update generated code for beta
## 11.3.0-beta.1 - 2024-04-18 ## 11.3.0-beta.1 - 2024-04-18
* [#1383](https://github.com/stripe/stripe-ruby/pull/1383) Update generated code for beta * [#1383](https://github.com/stripe/stripe-ruby/pull/1383) Update generated code for beta

View File

@ -1 +1 @@
11.3.0-beta.1 11.4.0-beta.1

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Stripe module Stripe
VERSION = "11.3.0-beta.1" VERSION = "11.4.0-beta.1"
end end