From 5b107f65c8a4a32a84847cd0f740c0ca9b64001e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 13 Jul 2020 15:20:04 +0000 Subject: [PATCH] Tests: Download Chromium for e2e and JS tests only. This reduces the chance of random failures due to network timeouts and avoids the overhead of unnecessarily downloading ~120 MB for PHP tests. Follow-up to [47449], [47459], [47867], [48177]. Fixes #50649. Built from https://develop.svn.wordpress.org/trunk@48458 git-svn-id: http://core.svn.wordpress.org/trunk@48227 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 13b60a73a7..3fb423b587 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta1-48457'; +$wp_version = '5.5-beta1-48458'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.