From 3d4ac53c89dfd8c92aa0dd73712dd52c738e21fd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 18 Dec 2021 21:46:00 +0000 Subject: [PATCH] Tests: Fix typo in a data provider name. Follow-up to [52261], [52387]. See #53363. Built from https://develop.svn.wordpress.org/trunk@52388 git-svn-id: http://core.svn.wordpress.org/trunk@51980 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 cdf1a54052..ea3b3eb0f6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta3-52387'; +$wp_version = '5.9-beta3-52388'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.