From fee9368d466c9d486f51878009f2f70876bc80d3 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 26 Jul 2017 04:06:36 +0000 Subject: [PATCH] REST API: Update the fixture data for `wp-api.js` tests. [41139] changed how the REST API URL is generated, but included an incorrect version of `wp-api-generated.js`. This updates the generator to create the correct `wp-api-generated.js`, and updates ``wp-api-generated.js`. Repeat of [41154], in the 4.8 branch. Fixes #40886. Built from https://develop.svn.wordpress.org/branches/4.8@41155 git-svn-id: http://core.svn.wordpress.org/branches/4.8@40995 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 1a874acaf2..47255a1d7e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8.1-RC1-41144'; +$wp_version = '4.8.1-RC1-41155'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.