From 615a9afab86e6485e96d44aa700b53dfbcec539f Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Sat, 28 Oct 2017 01:56:46 +0000 Subject: [PATCH] Tests: Update `wp-api-generated.js`. [41979] caused a change in `wp-api-generated.js`, so it needs to be updated. See #39996. Built from https://develop.svn.wordpress.org/trunk@42032 git-svn-id: http://core.svn.wordpress.org/trunk@41866 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 c24fa6196c..8692542d51 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta4-42031'; +$wp_version = '4.9-beta4-42032'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.