From cc54f28979e2e4a4a616691506c5f24db9b8854a Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 27 Mar 2026 17:34:41 +0000 Subject: [PATCH] Build/Test Tools: Add 7.0-RC2 to upgrade testing workflows. Since this workflow tests based on tagged versions available through WP-CLI, the pre-release versions need to be used. Follow up to [62160]. See #64966. Built from https://develop.svn.wordpress.org/trunk@62166 git-svn-id: http://core.svn.wordpress.org/trunk@61448 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 41ee3af65a..b79ee118a7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.1-alpha-62163'; +$wp_version = '7.1-alpha-62166'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.