From 2ddca7fd4a95cfd5fa6103e0806da9495f291a6d Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 26 Aug 2021 18:22:57 +0000 Subject: [PATCH] Build/Test Tools: Remove `shell: bash` from code coverage workflow. bash is the default shell for all non-Windows GitHub Action runners, so this is not necessary. Follow up to [51670]. See #53363. Built from https://develop.svn.wordpress.org/trunk@51671 git-svn-id: http://core.svn.wordpress.org/trunk@51277 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 c8743ef83a..29073e5178 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51670'; +$wp_version = '5.9-alpha-51671'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.