From b8de1549ff25d75f3c0ccaead3e5ce13a2f07b0a Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 15 Jun 2020 15:04:10 +0000 Subject: [PATCH] Coding Standards: Remove the PHP Compatibility scanning job from the `allowed_failures` list. All pre-existing compatibility warnings and errors as flagged by the PHPCompatibilityWP ruleset have been addressed. Fixes #49922. Built from https://develop.svn.wordpress.org/trunk@48046 git-svn-id: http://core.svn.wordpress.org/trunk@47813 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 b43114535b..5ab28ddb7f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48045'; +$wp_version = '5.5-alpha-48046'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.