From f99db02983dd239d7b70b3f206502d8ecd9a4e7e Mon Sep 17 00:00:00 2001 From: atimmer Date: Wed, 24 Oct 2018 09:57:50 +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. Fixes #45156. Built from https://develop.svn.wordpress.org/branches/5.0@43817 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43646 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 fd55c979f6..65995faa0d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43816'; +$wp_version = '5.0-alpha-43817'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.