Bump version to 11.5.0-beta.1

This commit is contained in:
Ramya Rao 2024-05-09 12:45:39 -07:00
parent 6a4d2d1570
commit 59c82e3d4b
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 11.5.0-beta.1 - 2024-05-09
* [#1395](https://github.com/stripe/stripe-ruby/pull/1395) Update generated code for beta
* No new beta features. Merging changes from the main branch.
## 11.4.0-beta.1 - 2024-05-02
* [#1386](https://github.com/stripe/stripe-ruby/pull/1386) Update generated code for beta

View File

@ -1 +1 @@
11.4.0-beta.1
11.5.0-beta.1

View File

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