Commit c3bd352f28 for wordpress.org

commit c3bd352f2864ade7403e872109b70c4e643977d0
Author: desrosj <desrosj@git.wordpress.org>
Date:   Thu Dec 1 20:13:15 2022 +0000

    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

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.