From 9eebad140c6fb9d109bc6d9c70d918cd978b6ca5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 23 Nov 2023 14:41:26 +0000 Subject: [PATCH] Tests: Avoid an infinite loop in `Spy_REST_Server` if a non-existing method is called. Follow-up to [34928]. Props xknown, joemcgill. Fixes #59601. Built from https://develop.svn.wordpress.org/trunk@57133 git-svn-id: http://core.svn.wordpress.org/trunk@56644 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 ef7a10cffd..998ed0b186 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57132'; +$wp_version = '6.5-alpha-57133'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.