From 6fb84ace4926e0dd27a0b7fc8a98fdd22ee8ba66 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 20 Jan 2025 22:08:19 +0000 Subject: [PATCH] Build/Test Tools: Pass the working directory path from the host to the dev environment containers. This allows development tools to read the host path information from the `HOST_PATH` environment variable in order to, for example, map a path in a stack trace from the path in the container to the path on the host machine. Fixes #62833 Built from https://develop.svn.wordpress.org/trunk@59668 git-svn-id: http://core.svn.wordpress.org/trunk@59011 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 cdb5f8cfa0..0856e16022 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59667'; +$wp_version = '6.8-alpha-59668'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.