From 8bd98be63d916c2ee6b78ed435f97c24323f9696 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 16 Jan 2018 20:29:31 +0000 Subject: [PATCH] BUILD/TEST TOOLS: Report Travis test results to make/hosting PHPUnit test results Send the core test results to make/hosting in order to improve the alerting. See: https://github.com/WordPress/phpunit-test-reporter/issues/45 Fixes #43099 Props danielbachhuber Built from https://develop.svn.wordpress.org/trunk@42492 git-svn-id: http://core.svn.wordpress.org/trunk@42321 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 8d8386d4e7..876a579567 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42491'; +$wp_version = '5.0-alpha-42492'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.