Post WordPress 6.5 RC2 correct version number bump.

This commit is a follow-up to fix the RC2 version number to match its changeset's number.

[57820] had the wrong version number, as it used the next changeset number on the build.trac.wordpress.org rather than Core Trac, i.e. https://build.trac.wordpress.org/changeset/57320.

Follow-up to [57820].
Built from https://develop.svn.wordpress.org/branches/6.5@57821


git-svn-id: http://core.svn.wordpress.org/branches/6.5@57322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
hellofromTonya 2024-03-12 17:17:17 +00:00
parent 4cd14562cb
commit ca1a839249

View File

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