From 8bc6a4ae6d70b602a5435c532c6095008e397994 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 21 Dec 2020 00:33:08 +0000 Subject: [PATCH] Query: Correct some coding standards after [49843]. See #44183 Built from https://develop.svn.wordpress.org/trunk@49846 git-svn-id: http://core.svn.wordpress.org/trunk@49565 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 debf82d089..1ce0975438 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49845'; +$wp_version = '5.7-alpha-49846'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.