Bump version to 15.3.0-beta.2

This commit is contained in:
Michael Broshi 2025-06-26 14:57:06 -04:00
parent f72bbc47e6
commit 5e3c815383
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 15.3.0-beta.2 - 2025-06-26
* [#1623](https://github.com/stripe/stripe-ruby/pull/1623) Pull in OffSessionPayment changes for the May release
## 15.3.0-beta.1 - 2025-05-29
This release changes the pinned API version to `2025-05-28.preview`.

View File

@ -1 +1 @@
15.3.0-beta.1
15.3.0-beta.2

View File

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