From 2ca9b92cefed6e2eca6a8e7e99f2af98da5579d8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 11 Feb 2022 17:41:01 +0000 Subject: [PATCH] Tests: Remove some extra `wp_cache_set()` calls from `wp_cache_set_multiple()` test. These appear to be a copy/paste from the `wp_cache_get_multiple()` test and are not required here. Follow-up to [47938], [52700]. See #54574. Built from https://develop.svn.wordpress.org/trunk@52702 git-svn-id: http://core.svn.wordpress.org/trunk@52291 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 10a057c5a0..ae3d82fa87 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52701'; +$wp_version = '6.0-alpha-52702'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.