From e505f0ac9c256c05a5c2f8566c2b76a0f7bc421b Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 9 Mar 2016 20:55:30 +0000 Subject: [PATCH] Improve grunt precommit task Instead of running all tasks, all the time, let's run tasks based on the files changed. PHPUNIT is now a precommit task for all php file changes. This adds a new dependency. Please run `npm install`. Fixes #35557 Props ericlewis, netweb, jorbin Built from https://develop.svn.wordpress.org/trunk@36906 git-svn-id: http://core.svn.wordpress.org/trunk@36874 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 a41999d74a..8d452b0daa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36905'; +$wp_version = '4.5-beta2-36906'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.