From 9ff51215ad5a6c3b884232f1e219fc1f0259e171 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 3 Dec 2021 05:59:01 +0000 Subject: [PATCH] Tests: Fix typo in a `WP_Test_REST_Posts_Controller` test method name. Follow-up to [42423]. See #53363. Built from https://develop.svn.wordpress.org/trunk@52310 git-svn-id: http://core.svn.wordpress.org/trunk@51902 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 be7e2afa52..483e09c9d8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta1-52309'; +$wp_version = '5.9-beta1-52310'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.