mirror of
git://develop.git.wordpress.org/
synced 2025-03-23 13:29:56 +01:00
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:
parent
e6be06e823
commit
a211c6848a
4
package-lock.json
generated
4
package-lock.json
generated
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user