From 86c9da14e3783549e6e06d90c9af51423c925919 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 24 Sep 2023 07:45:25 +0000 Subject: [PATCH] Build/Test Tools: Remove random_compat from PHPCS and PHPUnit configuration files. This package was removed in WP 6.3, so these exclusion entries are no longer necessary. Follow-up to [42346], [42665], [49797], [56141], [56667]. See #58831, #58955. Built from https://develop.svn.wordpress.org/trunk@56669 git-svn-id: http://core.svn.wordpress.org/trunk@56181 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 da60be1de2..4ea30c7dcc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56668'; +$wp_version = '6.4-alpha-56669'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.