From 4a1108b9f9da0a563402cf6c8a1cd103c441eeb3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 17 Jan 2017 03:40:43 +0000 Subject: [PATCH] Build/Test Tools: Add `assertNotFalse()` method to `WP_UnitTestCase` and use it where appropriate. Props peterwilsoncc. Fixes #39219. Built from https://develop.svn.wordpress.org/trunk@39919 git-svn-id: http://core.svn.wordpress.org/trunk@39856 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 c8917b45bf..b2b8095107 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39918'; +$wp_version = '4.8-alpha-39919'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.