From fcd47d289e5b794d08020bad6c24808ed2224855 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 16 Jun 2021 22:57:59 +0000 Subject: [PATCH] Build/Test Tools: Ignore sourceMaps for non WordPress Core files. If a custom plugin or theme exists in the `build/wp-content` directory with a sourcemap, the build` script is currently returning a warning and failing. This improves the `verify:source-maps` task in Grunt to ignore directories and files that do not belong to WordPress Core. Props ryelle, afragen, johnbillion. Fixes #52689. Built from https://develop.svn.wordpress.org/trunk@51173 git-svn-id: http://core.svn.wordpress.org/trunk@50782 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 e18e19e40f..d7bdbdc60b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta2-51172'; +$wp_version = '5.8-beta2-51173'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.