From 998a7729fab179501bdb27db3ee9f48d04ea53c9 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 26 Mar 2026 16:47:45 +0000 Subject: [PATCH] Build/Test Tools: Update built asset file after [62146]. This updates a few built asset files with changes from [62146]. These changes were not included because the files were ignored until [62148]. Props dmsnell, ellatrix, desrosj. See #64393. Built from https://develop.svn.wordpress.org/trunk@62149 git-svn-id: http://core.svn.wordpress.org/trunk@61431 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 2d8573344a..4553972f52 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-RC1-62148'; +$wp_version = '7.0-RC1-62149'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.