Commit 6629610493 for wordpress.org
commit 662961049399a5558baad7f4f84ed7dd9be5fdbc
Author: John Blackbourn <johnbillion@git.wordpress.org>
Date: Fri Jan 17 10:37:19 2025 +0000
Build/Test Tools: Hide the Node.js error message when a Docker command produces a non-zero exit code.
When running a command that goes via docker.js and produces a non-zero exit code, the error message and stack trace from node an safely be hidden because the stack trace only points to the `execSync()` call and is of no use.
Fixes #62814
Built from https://develop.svn.wordpress.org/trunk@59659
git-svn-id: http://core.svn.wordpress.org/trunk@59002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index ad9a5ddd85..353f7a2b0d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.8-alpha-59658';
+$wp_version = '6.8-alpha-59659';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.