Tools: Update grunt-patch-wordpress to 0.4.2.

This update fixes invalid patches being uploaded to Trac when the `diff-cmd` is set to `colordiff`.

Props jorbin.
Fixes #37410.


Built from https://develop.svn.wordpress.org/trunk@38111


git-svn-id: http://core.svn.wordpress.org/trunk@38052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2016-07-20 06:49:38 +00:00
parent ba81f46c64
commit 3830c3f0b3

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta3-38110';
$wp_version = '4.6-beta3-38111';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.