From c243edf41a84d34eaca57306137b0c7857f3bc7b Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Thu, 7 Jul 2016 00:15:30 +0000 Subject: [PATCH] Meta: Introduce an initial set of tests for `register_meta()`. Props sc0ttkclark, ericlewis. See #35658. Built from https://develop.svn.wordpress.org/trunk@37995 git-svn-id: http://core.svn.wordpress.org/trunk@37936 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 99dfdec31e..5e38cd8531 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta2-37994'; +$wp_version = '4.6-beta2-37995'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.