From 14e40fd20c747f10b7c285dbeda75e7681fcf96b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 31 Aug 2016 21:34:30 +0000 Subject: [PATCH] Role/Capability: Add two missing meta capabilities to the caps tests. See #32394 Built from https://develop.svn.wordpress.org/trunk@38482 git-svn-id: http://core.svn.wordpress.org/trunk@38423 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 8bf5f146a0..9bc4c5182d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38481'; +$wp_version = '4.7-alpha-38482'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.