From 24ea4aaafb362a48e052a6d16ef90994ec7e6c20 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 7 Feb 2024 13:57:13 +0000 Subject: [PATCH] Build/Test Tools: Revert [57551]. Problematic changes to the test reporter were merged upstream. This specific SHA also did not fix the issue. Props javiercasares. See #59647. Built from https://develop.svn.wordpress.org/trunk@57552 git-svn-id: http://core.svn.wordpress.org/trunk@57053 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 f6e8cf95ab..0c053c5016 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57551'; +$wp_version = '6.5-alpha-57552'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.