Skip to content

Commit fc5d2a4

Browse files
authored
Set DB version to 3.7.3
1 parent 833ef02 commit fc5d2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/Database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
*/
5353
class Database extends Command {
5454

55-
const DB_VERSION = '3.7.0';
55+
const DB_VERSION = '3.7.3';
5656

5757
/**
5858
* @var Config
@@ -458,4 +458,4 @@ private function makeArrayIfString($strOrArray) {
458458
return [$strOrArray];
459459
}
460460

461-
}
461+
}

0 commit comments

Comments
 (0)