From b6f34e7b441f2e6e4d519090fc83a537dc2a9e15 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 26 Aug 2021 18:41:58 +0000 Subject: [PATCH] Build/Test Tools: Use list format when defining `environment` variables in Docker compose file. This is the correct formatting detailed in the Docker `compose` documentation examples and helps to avoid ambiguities in the yaml parser when values that may cause warnings. Props pbrearne, ocean90, johnbillion, desrosj. Fixes #53820. Built from https://develop.svn.wordpress.org/trunk@51673 git-svn-id: http://core.svn.wordpress.org/trunk@51279 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 d6e34cf40a..f1db26c069 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51672'; +$wp_version = '5.9-alpha-51673'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.