From 51d4723691016f024373ca331f3ab55a767f43b0 Mon Sep 17 00:00:00 2001 From: spacedmonkey Date: Tue, 22 Mar 2022 11:36:01 +0000 Subject: [PATCH] Build/Test Tools: Make comment cache group persistent in object-cache.php. After the comment cache group was made persistent in [37613], also make persistent in object-cache.php used for PHPUnit tests. See #54725 Built from https://develop.svn.wordpress.org/trunk@52976 git-svn-id: http://core.svn.wordpress.org/trunk@52565 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 b6eb99658a..b559d0befa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52975'; +$wp_version = '6.0-alpha-52976'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.