From 314bfab18053a52f94674d7b5fa93d6a8a36b596 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 7 Jun 2019 20:24:52 +0000 Subject: [PATCH] Regenerate the REST API fixtures after [45443]. See #38517. Built from https://develop.svn.wordpress.org/trunk@45498 git-svn-id: http://core.svn.wordpress.org/trunk@45309 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 f047c2fe68..ec3606e5d7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45497'; +$wp_version = '5.3-alpha-45498'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.