From 17c48865dba56dd8dfa64361f834ed0722b47c02 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Thu, 3 Aug 2017 19:47:45 +0000 Subject: [PATCH] REST API: Add QUnit tests for `api-request.js` These should have been included in [41206]. See #40919. Built from https://develop.svn.wordpress.org/trunk@41222 git-svn-id: http://core.svn.wordpress.org/trunk@41062 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 0ce1566a84..fc66104d9a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41221'; +$wp_version = '4.9-alpha-41222'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.