From 83c7440590ca1ff199efc31a3d1333dc01cf75ea Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 1 May 2022 16:13:19 +0000 Subject: [PATCH] Tests: Add unit tests for `wp_fuzzy_number_match()`. Props pbearne, costdev, mukesh27, hellofromTonya, SergeyBiryukov. Fixes #54239. Built from https://develop.svn.wordpress.org/trunk@53321 git-svn-id: http://core.svn.wordpress.org/trunk@52910 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 0728faae7e..193f0ebe3b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta3-53319'; +$wp_version = '6.0-beta3-53321'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.