From c3bd352f2864ade7403e872109b70c4e643977d0 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 1 Dec 2022 20:13:15 +0000 Subject: [PATCH] Build/Test Tools: Improve caching for PHPCS. This improves the speed of the PHPCS scans between workflow runs in GitHub Action by creating a scan cache file for each unique set of arguments passed to `phpcs`. Props jrf. Fixes #57148. See #53841. Built from https://develop.svn.wordpress.org/trunk@54921 git-svn-id: http://core.svn.wordpress.org/trunk@54473 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 851c7a45f0..974a3d69e9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54920'; +$wp_version = '6.2-alpha-54921'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.