From 80464d93bb37f864797c1e37a200046d6ac1d726 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 28 Mar 2018 16:24:32 +0000 Subject: [PATCH] Bump grunt-patch-wordpress to 1.0.0 Adds the ability to do file mapping (see #43055 ), reformats all of the code to bring it inline with the current WordPress coding standards, and fixes a small number of bugs. Props pento, netweb, boblinthorst, ireneyoast, omarreiss, herregroen, jorbin Fixes #43646 Built from https://develop.svn.wordpress.org/trunk@42887 git-svn-id: http://core.svn.wordpress.org/trunk@42717 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 f63f6004eb..d76b1ded35 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42886'; +$wp_version = '5.0-alpha-42887'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.