From a0da955b667b8befcf312e11374fe4032c6d1696 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 19 Oct 2022 18:20:11 +0000 Subject: [PATCH] =?UTF-8?q?General:=20Correctly=20refer=20to=20=E2=80=9Cnp?= =?UTF-8?q?m=E2=80=9D=20and=20=E2=80=9CNode.js=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This update all references to npm and Node.js to their correct spelling. Fixes #56816. Built from https://develop.svn.wordpress.org/trunk@54650 git-svn-id: http://core.svn.wordpress.org/trunk@54202 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 0a30eba898..3f517d54df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54649'; +$wp_version = '6.2-alpha-54650'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.