Skip to content

Commit

Permalink
Reset version to 10.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Feb 16, 2023
1 parent 38a59f6 commit a2016c7
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.6.0-beta.1
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.6.0-beta.1';

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

0 comments on commit a2016c7

Please sign in to comment.