From 829bbf360545120a15a1fadeb593980463dc6a0b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Sep 2023 22:32:22 +0000 Subject: [PATCH] Coding Standards: Remove temporary exclusion from the PHPCS ruleset. Now that the `block-library` package is updated for WP 6.4, this is no longer necessary. Related PR from Gutenberg repository: * [https://github.com/WordPress/gutenberg/pull/53866 #53866 Update WPCS to v3.0, and fix all reported Coding Standards issues] Follow-up to [56695], [56710]. See #59161. Built from https://develop.svn.wordpress.org/trunk@56741 git-svn-id: http://core.svn.wordpress.org/trunk@56253 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 85fc397dcd..85bc18bb7e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta1-56740'; +$wp_version = '6.4-beta1-56741'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.