From 9dbcd84d9950ed00ad4c02a6383d53f2c7decf42 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 22 Oct 2024 18:28:15 +0000 Subject: [PATCH] Build/Test Tools: Run upgrade tests against 6.7-RC1. The `6.7` version tag does not exist yet. This results in the upgrade tests failing when trying to update from 6.7. Since `6.7-RC1` exists, this should be used instead. Follow up to [59275]. See #62221. Built from https://develop.svn.wordpress.org/trunk@59276 git-svn-id: http://core.svn.wordpress.org/trunk@58668 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 3e35a9ecb5..8cece79d3c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59275'; +$wp_version = '6.8-alpha-59276'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.