Bump version to 11.7.0-beta.1

This commit is contained in:
Ramya Rao 2024-05-30 12:46:31 -07:00
parent 0229ed0e95
commit 3e340c4153
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 11.7.0-beta.1 - 2024-05-30
* [#1400](https://github.com/stripe/stripe-ruby/pull/1400) Update generated code for beta
* Keeping up with the changes from version 11.6.0
## 11.5.0 - 2024-05-23
* This release has no changes.

View File

@ -1 +1 @@
11.5.0-beta.1
11.7.0-beta.1

View File

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