Skip to content

Commit 29d5ddf

Browse files
committed
Bump version to 16.6.0-beta.1
1 parent d46451c commit 29d5ddf

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+
## 16.6.0-beta.1 - 2025-02-07
4+
* [#1808](https://github.com/stripe/stripe-php/pull/1808) Update generated code for beta
5+
6+
37
## 16.5.0 - 2025-01-27
48
* [#1804](https://github.com/stripe/stripe-php/pull/1804) Update generated code
59
* Add support for `close` method on resource `Treasury.FinancialAccount`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.5.0-beta.3
1+
16.6.0-beta.1

lib/Stripe.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Stripe
6464
/** @var float Initial delay between retries, in seconds */
6565
private static $initialNetworkRetryDelay = 0.5;
6666

67-
const VERSION = '16.5.0-beta.3';
67+
const VERSION = '16.6.0-beta.1';
6868

6969
/**
7070
* @return string the API key used for requests

0 commit comments

Comments
 (0)