From f5cbb5585a4f89092702eabef6fffa9de71b613c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 1 Jul 2022 19:37:14 +0000 Subject: [PATCH] Build/Test Tools: Run the PHP container with PID > 1 so Ctrl+C works correctly. This allows for cancellation of operations in the PHP container, such as a PHPUnit test suite run. Fixes #55702 Built from https://develop.svn.wordpress.org/trunk@53628 git-svn-id: http://core.svn.wordpress.org/trunk@53187 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 79e6e70d24..f1d253a18f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53627'; +$wp_version = '6.1-alpha-53628'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.