From 8bf130d64ab6bf79d0f6ee5b76fd3701c79716c1 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Thu, 25 May 2017 18:28:43 +0000 Subject: [PATCH] Revert [40842] due to failing tests. See #19629. Built from https://develop.svn.wordpress.org/trunk@40844 git-svn-id: http://core.svn.wordpress.org/trunk@40695 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 304578f60c..d023f84843 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-beta2-40843'; +$wp_version = '4.8-beta2-40844'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.