From 68e50c583ccf074e7892a73caa3db68ff4dc6955 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Aug 2022 14:04:34 +0000 Subject: [PATCH] Tests: Simplify the list of global groups in object cache tests. This list was not up to date due to missing `blog_meta` group, and does not appear to be required for the tests to pass, as `WP_UnitTestCase_Base::flush_cache()` adds the same list of groups, which is up to date. Follow-up to [946/tests], [1332/tests], [40343], [42836], [53823]. See #55647. Built from https://develop.svn.wordpress.org/trunk@53824 git-svn-id: http://core.svn.wordpress.org/trunk@53383 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 fdb9107609..d10ea9d50c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53823'; +$wp_version = '6.1-alpha-53824'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.