From a5293aa581802197b0dd7c42813ba137708ad0e1 Mon Sep 17 00:00:00 2001 From: joedolson Date: Tue, 2 Nov 2021 14:26:14 +0000 Subject: [PATCH] Build/Test Tools: Restore changes to package.json. Reverts changes to package.json and package-lock.json accidentally committed in [51967]. Props tobiasbg. Fixes #54054. Built from https://develop.svn.wordpress.org/trunk@51974 git-svn-id: http://core.svn.wordpress.org/trunk@51563 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 46dc06ac09..1cba66b36d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51973'; +$wp_version = '5.9-alpha-51974'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.