From 1e904981022de269c9da6df8edfd7877d2abd493 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 5 Sep 2015 14:18:24 +0000 Subject: [PATCH] Update `Tests_Sanitize_Option::test_sanitize_option()` after [33858]. See #23605. Built from https://develop.svn.wordpress.org/trunk@33907 git-svn-id: http://core.svn.wordpress.org/trunk@33876 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 e80513bc9e..3435aff816 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33906'; +$wp_version = '4.4-alpha-33907'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.