From 707cf6aaa6717a47b68dd5ba15fffb6a74695c28 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Aug 2022 15:39:10 +0000 Subject: [PATCH] Tests: Remove the list of non-persistent groups in Memcached implementation used in the test suite. This list was not up to date, and does not appear to be required, as `WP_UnitTestCase_Base::flush_cache()` adds the correct list of groups, which is up to date. Follow-up to [1332/tests], [8068], [37613], [40561], [52976], [53826], [53828]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53829 git-svn-id: http://core.svn.wordpress.org/trunk@53388 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 3c5b69291a..14f400d81b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53828'; +$wp_version = '6.1-alpha-53829'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.