Skip to content

Commit c0c55b1

Browse files
committed
Update db_version after r61689.
Props czarate, paulkevan, dd32. See #64622. git-svn-id: https://develop.svn.wordpress.org/trunk@61696 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0c78005 commit c0c55b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @global int $wp_db_version
2525
*/
26-
$wp_db_version = 61644;
26+
$wp_db_version = 61696;
2727

2828
/**
2929
* Holds the TinyMCE version.

0 commit comments

Comments
 (0)