Skip to content

Commit bf9b4eb

Browse files
authored
Merge pull request #61 from WordPress/bump-db-version
WordPress nightly compat: Bump the db_version to 8.0
2 parents ed9264b + 768f8cc commit bf9b4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-includes/sqlite/class-wp-sqlite-db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public function has_cap( $db_cap ) {
349349
* @see wpdb::db_version()
350350
*/
351351
public function db_version() {
352-
return '5.5';
352+
return '8.0';
353353
}
354354

355355
/**

0 commit comments

Comments
 (0)