From 958e52f4cb418ca32fd7f1b6ad8ec7cc71fd6e6f Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 17 Jan 2025 10:34:26 +0000 Subject: [PATCH] Build/Test Tools: Use quiet pulls during local environment installation and WP-CLI commands. This reduces the noise of the output -- both locally and on CI -- when first pulling containers during local environment installation and the first time the cli container is pulled for WP-CLI commands. See #62280 Built from https://develop.svn.wordpress.org/trunk@59658 git-svn-id: http://core.svn.wordpress.org/trunk@59001 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 969ad8c12e..ad9a5ddd85 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59657'; +$wp_version = '6.8-alpha-59658'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.