From ebeb2bcf5bd767a68260e046746827a0c839762e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 21 Feb 2018 16:25:31 +0000 Subject: [PATCH] Tests: Replace use of `$this->server` with `rest_get_server()` for better memory recycling. Props danielbachhuber. Fixes #41641. Built from https://develop.svn.wordpress.org/trunk@42724 git-svn-id: http://core.svn.wordpress.org/trunk@42554 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 e014e6fe39..1999e2d3a3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42723'; +$wp_version = '5.0-alpha-42724'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.