From 63ba4592e12f8c0365b2d2bfb66dbf1a4c0097cf Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 3 Nov 2016 04:55:52 +0000 Subject: [PATCH] Bump grunt-sass from 1.1.0 to 1.2.1 diff: https://github.com/sindresorhus/grunt-sass/compare/v1.1.0...v1.2.1 See #38199. Built from https://develop.svn.wordpress.org/trunk@39110 git-svn-id: http://core.svn.wordpress.org/trunk@39052 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 9e4ec449e2..a6c3eaebfe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39109'; +$wp_version = '4.7-beta1-39110'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.