Skip to content

Commit 398544a

Browse files
Bump db_version to 8.0
1 parent 1c52157 commit 398544a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/db.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,8 +2826,8 @@ public function has_cap($db_cap)
28262826
*/
28272827
public function db_version()
28282828
{
2829-
// WordPress currently requires this to be 5.0 or greater.
2830-
return '5.5';
2829+
// WordPress currently requires this to be 5.5.5 or greater.
2830+
return '8.0';
28312831
}
28322832

28332833
/**

0 commit comments

Comments
 (0)