From 405efef86ce2f7f477e79f342d250791e9fcf952 Mon Sep 17 00:00:00 2001 From: youknowriad Date: Fri, 28 Jun 2019 11:34:58 +0000 Subject: [PATCH] Build/Test Tools: Fix the hello e2e test assertion. The previous assertion was always valid because we assumed it returned a single object, while in reality it was returning an array. Props hideokamoto. Fixes #47622. Built from https://develop.svn.wordpress.org/trunk@45575 git-svn-id: http://core.svn.wordpress.org/trunk@45386 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 04e8a4c5e4..b4a2c81791 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45574'; +$wp_version = '5.3-alpha-45575'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.