From 30b486f5f0db7217fde0e5b5de04e5f12ec79bc9 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 27 Mar 2026 15:15:41 +0000 Subject: [PATCH] Build/Test Tools: Post-branching updates for `trunk`. Reviewed by SergeyBiryukov. See #64966. Built from https://develop.svn.wordpress.org/trunk@62160 git-svn-id: http://core.svn.wordpress.org/trunk@61442 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 df7cfc1326..4dba452b7a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-RC2-62158'; +$wp_version = '7.0-RC2-62160'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.