Skip to content

Commit

Permalink
Bump version to 10.13.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Apr 6, 2023
1 parent 42bc144 commit 18e7854
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 10.13.0-beta.2 - 2023-04-06
* [#1472](https://github.com/stripe/stripe-php/pull/1472) Update generated code for beta
* Updated stable APIs to the latest version

## 10.13.0-beta.1 - 2023-03-30
* [#1469](https://github.com/stripe/stripe-php/pull/1469) Update generated code
* Add support for new value `ioss` on enum `Tax.Registration.type`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.13.0-beta.1
10.13.0-beta.2
2 changes: 1 addition & 1 deletion lib/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Stripe
/** @var float Initial delay between retries, in seconds */
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '10.13.0-beta.1';
const VERSION = '10.13.0-beta.2';

/**
* @return string the API key used for requests
Expand Down

0 comments on commit 18e7854

Please sign in to comment.