From 7ef5f945dc077939d69d55aaa567467a33a0efe1 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Sun, 23 Jun 2024 14:52:10 +0000 Subject: [PATCH] Twenty Twenty-One: Fixes compiling tests [58464]. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compiling fix to sort tests. SeeĀ #61082. Built from https://develop.svn.wordpress.org/trunk@58465 git-svn-id: http://core.svn.wordpress.org/trunk@57914 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 927c8c0838..8895bf7e03 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta3-58464'; +$wp_version = '6.6-beta3-58465'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.