From 88135346c6db70d39a1635cf5c9b0292a10cfb29 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 16 Jan 2018 06:33:34 +0000 Subject: [PATCH] Build: Bump grunt-sass to v2.0.0 from v1.2.1 for Node 8.x support. Changes: https://github.com/sindresorhus/grunt-sass/compare/v1.2.1...v2.0.0 Props netweb. See #35105. Fixes #43097. Built from https://develop.svn.wordpress.org/trunk@42463 git-svn-id: http://core.svn.wordpress.org/trunk@42292 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 faabb90b25..9ca2664955 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42462'; +$wp_version = '5.0-alpha-42463'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.