Fix version number for 6.5-alpha.

Fixes the version number from [56966] to include its number in the version, as it is the commit that opened trunk for 6.5-alpha.

Follow-up to [56966].

git-svn-id: https://develop.svn.wordpress.org/trunk@56967 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tonya Mork
2023-10-17 18:48:03 +00:00
parent 4ec6ff34f6
commit 23f7233278

View File

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