Skip to content

Commit

Permalink
Reset version to 10.5.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Feb 2, 2023
1 parent 2cd10e1 commit cf0d9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.5.0
10.5.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.5.0';
const VERSION = '10.5.0-beta.2';

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

0 comments on commit cf0d9a8

Please sign in to comment.