From eef77dce83e30a0d137fecaa2b21f2630d2330d3 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 6 May 2024 18:37:16 +0000 Subject: [PATCH] Build/Test Tools: Exclude PHP translation files from phpcs linting. Translation files in this directory are automatically generated and are not subject to any linting considerations. See #59647 Built from https://develop.svn.wordpress.org/trunk@58107 git-svn-id: http://core.svn.wordpress.org/trunk@57572 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 8d9f6e2222..fb296b9673 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58106'; +$wp_version = '6.6-alpha-58107'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.