From e3f405974260c7a74074ad1567b73ab3f1b36d10 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 26 Feb 2016 02:11:26 +0000 Subject: [PATCH] Refactor some janky URL tests into data providers for clarity and better error reporting. See #35954 Built from https://develop.svn.wordpress.org/trunk@36722 git-svn-id: http://core.svn.wordpress.org/trunk@36689 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 a64d901c51..ec69e41e5e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36721'; +$wp_version = '4.5-beta1-36722'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.