From 21df5a2520a20ed179d0a61209e4b1227d685f01 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 4 Nov 2020 15:54:06 +0000 Subject: [PATCH] Build/Test Tools: Remove the E2E test job from the 5.5 branch. The E2E test job does not currently perform any meaningful tests, so continuing to run them is not necessary for older branches. Props johnbillion. See #51705. Built from https://develop.svn.wordpress.org/branches/5.5@49500 git-svn-id: http://core.svn.wordpress.org/branches/5.5@49257 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 db5c15dce7..e3539d4782 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5.4-alpha-49497'; +$wp_version = '5.5.4-alpha-49500'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.