From 3958c2b23bcaaa470598d3b8de413ea44cf5a7f5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 7 Mar 2023 09:09:17 +0000 Subject: [PATCH] Build/Test Tools: Check if the Docker is available when running `npm run env:start`. This aims to display a more helpful error message if the Docker service is not running. Follow-up to [45783], [45819]. Props mkox, cnspecialcolor, pento, hasanuzzamanshamim, bgoewert, robinwpdeveloper, costdev, mukesh27. Fixes #51898. Built from https://develop.svn.wordpress.org/trunk@55473 git-svn-id: http://core.svn.wordpress.org/trunk@55006 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 054c9ba90c..c03f26dbc1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta4-55472'; +$wp_version = '6.2-beta4-55473'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.