WordPress 6.2.2 (for real).

The `$wp_version` number was previously incorrect.
Built from https://develop.svn.wordpress.org/branches/6.2@55837


git-svn-id: http://core.svn.wordpress.org/branches/6.2@55349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-05-20 04:27:21 +00:00
parent ffed1a0071
commit 51a67b2b56
1 changed files with 1 additions and 1 deletions

View File

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