From 657f36adfa683121a464560ef7fd3ee013793c18 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 2 Apr 2024 19:19:17 +0000 Subject: [PATCH] Build/Test Tools: Include 6.4 and 6.5 in upgrade testing. This ensures that upgrading from 6.4 and 6.5 to the desired version is actually tested. See #60733. Built from https://develop.svn.wordpress.org/trunk@57915 git-svn-id: http://core.svn.wordpress.org/trunk@57416 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 d50dcae4ff..f47b6d70dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57911'; +$wp_version = '6.6-alpha-57915'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.