From 409fb0332e3f7f3e697e2c3d3b3eda78d990742f Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 18 Jul 2016 22:39:30 +0000 Subject: [PATCH] Role/Capability: Introduce capability tests for non-logged-in users. Fixes #37405 Built from https://develop.svn.wordpress.org/trunk@38096 git-svn-id: http://core.svn.wordpress.org/trunk@38037 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 ef2740ebb5..af2ca65c14 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta3-38095'; +$wp_version = '4.6-beta3-38096'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.