From 2548045917c5f7ea46a01aff7535aeccb032eea3 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 28 Jun 2024 18:21:11 +0000 Subject: [PATCH] Build/Test Tools: Allow older branches to use Coding Standards workflow. This updates the reusable coding standards GitHub Actions workflow to support the old way of running PHPCS commands when the `old-branches` input flag is set to `true`. This allows the 5.1-5.4 branches to use the same workflow as all other 5.5+ branches. See #61213. Built from https://develop.svn.wordpress.org/trunk@58596 git-svn-id: http://core.svn.wordpress.org/trunk@58042 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 4a13cb836f..26189c1607 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58595'; +$wp_version = '6.7-alpha-58596'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.