Commit 958e52f4cb for wordpress.org
commit 958e52f4cb418ca32fd7f1b6ad8ec7cc71fd6e6f
Author: John Blackbourn <johnbillion@git.wordpress.org>
Date: Fri Jan 17 10:34:26 2025 +0000
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
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.