From 98d90f853397a9cfb4403ef43b9060ac58a32f62 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 12 Apr 2024 12:17:10 +0000 Subject: [PATCH] Coding Standards: Upgrade WPCS to version 3.1.0. The impact on existing WordPress core code is expected to be minimal, but the release does provide more safeguards for the future. References: * [https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/3.1.0 WPCS 3.1.0 release notes] * [https://github.com/WordPress/WordPress-Coding-Standards/compare/3.0.1...3.1.0 Full list of changes in WPCS 3.1.0] Follow-up to [56695], [56799], [57378]. Props jrf, garyj, dingo_d, rodrigosprimo, Chouby, westonruter, bjorsch. Fixes #60840. Built from https://develop.svn.wordpress.org/trunk@57986 git-svn-id: http://core.svn.wordpress.org/trunk@57472 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 ac8fb33ced..3d62826c23 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57985'; +$wp_version = '6.6-alpha-57986'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.