From 9fc5df7da5dc4115920f9a369977cd259dcc040f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 25 Sep 2022 02:53:10 +0000 Subject: [PATCH] Coding Standards: Remove extra space in REST API plugins controller test class. This fixes a WPCS error: * `Tabs must be used to indent lines; spaces are not allowed` Follow-up to [54301]. See #56629. Built from https://develop.svn.wordpress.org/trunk@54302 git-svn-id: http://core.svn.wordpress.org/trunk@53861 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 3ec1e3a921..8a270404a8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta1-54301'; +$wp_version = '6.1-beta1-54302'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.