Skip to content

Commit 5d8af6b

Browse files
authored
Merge pull request #61 from ironprogrammer/fix/db-version-bump
2 parents 04fd4e7 + f3da3ac commit 5d8af6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/db.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2828,7 +2828,8 @@ public function db_version()
28282828
{
28292829
// WordPress currently requires this to be 5.5.5 or greater.
28302830
// See https://github.com/WordPress/wordpress-develop/blob/308271cd35c3c71548f6bece6746e67fc4aa6d89/src/wp-includes/version.php#L47
2831-
return '5.5.5';
2831+
// See https://github.com/WordPress/sqlite-database-integration/commit/768f8cc6d2a2707f744bba31cb0e5421a68c0f4f
2832+
return '8.0';
28322833
}
28332834

28342835
/**

0 commit comments

Comments
 (0)