From 601f5f7376a27fc33ca3c6c02e0d5fc28e4feaeb Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 23 Aug 2019 01:56:56 +0000 Subject: [PATCH] Build Tools: Pass the LOCAL_DIR environment variable through to the phpunit Docker container. This allows code running inside the container to know whether it's supposed to be running in `build` or `src`. See #47767. Built from https://develop.svn.wordpress.org/trunk@45885 git-svn-id: http://core.svn.wordpress.org/trunk@45696 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 f4a2261def..2eedca2522 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45884'; +$wp_version = '5.3-alpha-45885'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.