Update db_version after r61689.

Props czarate, paulkevan, dd32.
See #64622.
Built from https://develop.svn.wordpress.org/trunk@61696


git-svn-id: http://core.svn.wordpress.org/trunk@61004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ellatrix
2026-02-19 13:51:53 +00:00
parent 98f5f51cbf
commit c7050bfee4

View File

@@ -16,14 +16,14 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-alpha-61695';
$wp_version = '7.0-alpha-61696';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 61644;
$wp_db_version = 61696;
/**
* Holds the TinyMCE version.