Post WordPress 6.4.2 version bump.

The 6.4 branch is now 6.4.3-alpha.



git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57167 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe McGill 2023-12-06 16:58:04 +00:00
parent e6be06e823
commit a211c6848a
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "6.4.2",
"version": "6.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
@ -59508,4 +59508,4 @@
"dev": true
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "6.4.2",
"version": "6.4.3",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"repository": {
"type": "svn",
@ -198,4 +198,4 @@
"sync-gutenberg-packages": "grunt sync-gutenberg-packages",
"postsync-gutenberg-packages": "grunt wp-packages:sync-stable-blocks && grunt build --dev && grunt build"
}
}
}

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4.2-src';
$wp_version = '6.4.3-alpha-57167-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.