From 8ed617ad9fc5eeefa2eaff1373b29b009d5343e6 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 3 Nov 2016 05:18:36 +0000 Subject: [PATCH] Bump autoprefixer from 6.5.0 to 6.5.1 Changelog Fix selectors with :-- prefix support. See #38199. M package.json Built from https://develop.svn.wordpress.org/trunk@39114 git-svn-id: http://core.svn.wordpress.org/trunk@39056 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 9dc1f595db..e2fe874e79 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39113'; +$wp_version = '4.7-beta1-39114'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.