From 23d8d94d2740de8409e34916f474fc7bf500d768 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 29 Jan 2024 21:31:13 +0000 Subject: [PATCH] Coding Standards: Update PHPCS to version 3.8.1. PHPCS has seen two new releases since the update to WPCS 3.0, with especially the 3.8.0 version containing a huge number of improvements. References: * [https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.8.0 PHP_CodeSniffer 3.8.0 release notes] * [https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.8.1 PHP_CodeSniffer 3.8.1 release notes] Follow-up to [56695]. Props jrf, swissspidy. Fixes #60279. Built from https://develop.svn.wordpress.org/trunk@57378 git-svn-id: http://core.svn.wordpress.org/trunk@56884 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 7e4df364a6..bc51dbc0f3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57377'; +$wp_version = '6.5-alpha-57378'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.