From 045134594139e9ae4c49c2d330253b7d27bb2d38 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Sun, 16 Dec 2018 01:38:53 +0000 Subject: [PATCH] REST API: Regenerate fixure schema after introduction of new endpoints. This fixture schema ensures `wp-api-generated.js` doesn't change when running tests in local dev environments. Merges [43851] from the 5.0 branch to trunk. `wp-api-generated.js` generated based on current trunk. Props danielbachhuber. Fixes #45196. Built from https://develop.svn.wordpress.org/trunk@44217 git-svn-id: http://core.svn.wordpress.org/trunk@44047 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 1253ac8c2a..acfc2ed621 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44216'; +$wp_version = '5.1-alpha-44217'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.