From 43ae0c0b1302b205fcc6ffb4a22ddb23b87094cb Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Sun, 12 Jul 2015 20:07:24 +0000 Subject: [PATCH] Site Icon: Unit tests for `WP_Site_Icon` and its API. Props obenland, jorbin. See #16434. Built from https://develop.svn.wordpress.org/trunk@33181 git-svn-id: http://core.svn.wordpress.org/trunk@33153 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 2efdb94f68..d8c9e8ff42 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33180'; +$wp_version = '4.3-beta2-33181'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.