Build/Test Tools: Remove the retryAfter input.

This was included in the original pull request that aimed to add support for `octokit/plugin-retry.js` in `actions/github-scripts`, but was actually removed before being merged.

Follow up to [54342].

See #55652.
Built from https://develop.svn.wordpress.org/trunk@54343


git-svn-id: http://core.svn.wordpress.org/trunk@53902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-09-28 02:22:09 +00:00
parent 489b6b80b4
commit 27f92a2fdc

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-beta2-54342';
$wp_version = '6.1-beta2-54343';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.