From c36f700fda46bc6ad155fa99d152e29a838da99c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 1 May 2022 16:24:14 +0000 Subject: [PATCH] Coding Standards: Remove extra alignment level in the data provider for `wp_validate_boolean()` tests. Follow-up to [46159], [46224], [52775], [52776], [52777]. See #54725, #54728. Built from https://develop.svn.wordpress.org/trunk@53322 git-svn-id: http://core.svn.wordpress.org/trunk@52911 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 193f0ebe3b..1821b01c44 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta3-53321'; +$wp_version = '6.0-beta3-53322'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.