From 452e32f2df0a6e637387720cab116c0fee37c534 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 23 Jul 2016 08:53:28 +0000 Subject: [PATCH] Unit Tests: Move `get_page_uri()` tests to `post/getPageUri.php`, added in [37345]. See #26284. Built from https://develop.svn.wordpress.org/trunk@38143 git-svn-id: http://core.svn.wordpress.org/trunk@38084 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 ef8fb41efa..05c8233af6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta4-38142'; +$wp_version = '4.6-beta4-38143'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.