From 54f004e18440f1cbbca860d514c5e21443be517d Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 23 May 2018 11:03:24 +0000 Subject: [PATCH] =?UTF-8?q?Following=20[43309],=20I=20need=20to=20change?= =?UTF-8?q?=20one=20little=20line,=20And=20delete=20some=20left=20over=20c?= =?UTF-8?q?ruft,=20only=20then=20shall=20we=20prevail.=20There=20are=20som?= =?UTF-8?q?e=20things=20easily=20missed,=20when=20using=20Git,=20which=20d?= =?UTF-8?q?oes=20not=20persist=E2=80=94=20Empty=20directories,=20though=20?= =?UTF-8?q?that=20didn't=20derail=E2=80=94=20Our=20Travis-based=20tests,?= =?UTF-8?q?=20which=20now=20must=20prevail.=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20Quoth=20Travis=20CI,=20=E2=80=9CBuild=20did=20fail.?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See #43055. Built from https://develop.svn.wordpress.org/trunk@43310 git-svn-id: http://core.svn.wordpress.org/trunk@43139 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 99219eba14..6f2e26ea68 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43309'; +$wp_version = '5.0-alpha-43310'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.