From 63a5bda86a93a18f222721acf8d1612e427182e3 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 24 Nov 2021 14:07:01 +0000 Subject: [PATCH] Build/Test Tools: Specify NodeJS version `14.x` in the `.nvmrc` file. As of 2021-10-26, the LTS version of NodeJS is now `16.x`. This pins the `14.x` version in the `.nvmrc` file to ensure contributors are able to contribute without issue until compatibility with version `16.x` can be confirmed in both `trunk` and the Gutenberg repository on GitHub. Fixes #54502. Built from https://develop.svn.wordpress.org/trunk@52240 git-svn-id: http://core.svn.wordpress.org/trunk@51832 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 7696493bf7..9e4a4322fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52239'; +$wp_version = '5.9-alpha-52240'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.