From 7216f9e62323ce0c60e12f7c5b3b466f11e69e8e Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 13 Jul 2018 04:46:25 +0000 Subject: [PATCH] REST API: Update the test fixture generator following [43439] As [43439] added data that contains object IDs, it can cause `wp-api-generated.js` to be unnecessarily regenerated. Regenerating our list of fixtures that need normalising rectifies this. See #44321. Built from https://develop.svn.wordpress.org/trunk@43441 git-svn-id: http://core.svn.wordpress.org/trunk@43268 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 96f6c543ae..58a7ab30ae 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43440'; +$wp_version = '5.0-alpha-43441'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.