From 27f92a2fdc86dccc460004f1d0174e9f36188c77 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 28 Sep 2022 02:22:09 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 6a81c5d81c..2161fce706 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.