Skip to content

Commit c7050bf

Browse files
committed
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
1 parent 98f5f51 commit c7050bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wp-includes/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.0-alpha-61695';
19+
$wp_version = '7.0-alpha-61696';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
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)