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
This commit is contained in:
parent
da2e6dc4e3
commit
afa66e5fa0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue