From afa66e5fa0b15b5bc9f8e0a105d4fc5642ecfd21 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Tue, 17 Oct 2023 20:36:26 +0000 Subject: [PATCH] Build/Test Tools: Fix WP version in package-lock.json. After [56966], CI jobs that check the `package-lock.json` failed on the "Ensure version-controlled files are not modified or deleted" task. There are 2 version fields that need to be updated for the new WP version. This changeset updates the "packages" > "version" for 6.5.0. Follow-up to [56966]. Props swissspidy, benharri. Unprops hellofromTonya. Fixes #59665. Built from https://develop.svn.wordpress.org/trunk@56968 git-svn-id: http://core.svn.wordpress.org/trunk@56479 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 6d5260b446..184cf8f526 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-56967'; +$wp_version = '6.5-alpha-56968'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.