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