From b441808aee0e73c9cdaa466d455b6e5bf071127d Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 28 Aug 2021 21:17:56 +0000 Subject: [PATCH] Build/Test Tools: Install the Composer package dependencies within the Docker environment as part of the local development environment installation and testing processes. This makes the use of Composer on the host machine optional when using the Docker environment, which means there is no change to the process for installing, updating, and running the tests since [51559]. Props hellofromTonya, azaozz, netweb, desrosj, jrf, johnbillion Fixes #53945 Built from https://develop.svn.wordpress.org/trunk@51685 git-svn-id: http://core.svn.wordpress.org/trunk@51291 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 877142a835..6f4829b508 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51684'; +$wp_version = '5.9-alpha-51685'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.