Skip to content

Commit 9896232

Browse files
committed
Bump version to 13.4.0-beta.3
1 parent 6dba00f commit 9896232

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 13.4.0-beta.3 - 2025-01-17
4+
* [#1514](https://github.com/stripe/stripe-ruby/pull/1514) Update generated code for beta
5+
6+
37
## 13.4.0-beta.2 - 2025-01-09
48
* [#1504](https://github.com/stripe/stripe-ruby/pull/1504) Update generated code for beta
59
* Add support for `close` method on resource `Treasury.FinancialAccount`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.4.0-beta.2
1+
13.4.0-beta.3

lib/stripe/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "13.4.0-beta.2"
4+
VERSION = "13.4.0-beta.3"
55
end

0 commit comments

Comments
 (0)