From e12094d02fe01d58d678943596a1ac2c53fb0456 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 14 Dec 2018 04:36:51 +0000 Subject: [PATCH] Build tools: Build webpack dev in grunt build. For the WordPress zip we need both the minified and non-minified files. This is because of `SCRIPT_DEBUG`. So in grunt build we need to do both `grunt webpack:prod` and `grunt webpack:dev`. Props bordoni, atimmer. Merges [43817] to trunk. Fixes #45156. Built from https://develop.svn.wordpress.org/trunk@44161 git-svn-id: http://core.svn.wordpress.org/trunk@43991 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 5d2d401b7a..66c46b3c51 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44160'; +$wp_version = '5.1-alpha-44161'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.