From 5bb069bda8d4d07e354450a5f0eefd9921db21a2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Aug 2022 15:44:10 +0000 Subject: [PATCH] Tests: Move `wp_cache_replace()` test to a more appropriate place. This matches the location of other `wp_cache_*()` tests following the respective `WP_Object_Cache` method tests. Follow-up to [1275/tests]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53830 git-svn-id: http://core.svn.wordpress.org/trunk@53389 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 14f400d81b..f1a90688c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53829'; +$wp_version = '6.1-alpha-53830'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.