From 570a4e887205b766cb1cb38abbb570447e9cc067 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 19 Oct 2020 18:24:10 +0000 Subject: [PATCH] Build/Test Tools: Improve the clarity for PHPUnit workflow strategy. This change makes better use of the job strategy matrix for workflows. By using `include`, the memcached and test reporting job can be configured more clearly. Props ocean90. See #50401. Built from https://develop.svn.wordpress.org/trunk@49204 git-svn-id: http://core.svn.wordpress.org/trunk@48966 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 3b16e561f2..450303885c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49203'; +$wp_version = '5.6-alpha-49204'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.