From aade6aa5f96f1b4c4557302d4c6e3e2fe6666963 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 4 Oct 2022 01:52:09 +0000 Subject: [PATCH] Build/Test Tools: Note the versions of NodeJS and npm supported. This adds a note to the Getting Started section of the `README.md` file mentioning that NodeJS `14.x` and npm `6.x` is currently required to spin up a development environment. Props elpanda13gmailcom, robinwpwebdeveloper, jakariaistauk, hztyfoon, seakashdiu, rudlinkon, fuadragib. Fixes #55903. Built from https://develop.svn.wordpress.org/trunk@54375 git-svn-id: http://core.svn.wordpress.org/trunk@53934 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 6dd761f547..46f856bc11 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta2-54374'; +$wp_version = '6.1-beta2-54375'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.