From 47dc41cc0593490271bcba32282f9e1ac5584f6a Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 19 Nov 2021 19:23:00 +0000 Subject: [PATCH] Build/Test Tools: Add the ruleset file to the cache key for PHPCS and PHP compatibility scans. This ensures that the cache is busted properly when the ruleset is adjusted but the `composer.json` file is not. See #54425. Built from https://develop.svn.wordpress.org/trunk@52220 git-svn-id: http://core.svn.wordpress.org/trunk@51812 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 dec94399a2..ea5ecf2183 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52219'; +$wp_version = '5.9-alpha-52220'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.