package updates

This commit is contained in:
2018-12-19 23:27:43 -06:00
parent aa1da4d4fb
commit 1ffd21369f
1181 changed files with 51194 additions and 11046 deletions

View File

@@ -21,7 +21,7 @@ final class Version
public static function id(): string
{
if (self::$version === null) {
$version = new VersionId('6.0.8', \dirname(__DIR__));
$version = new VersionId('6.1.4', \dirname(__DIR__));
self::$version = $version->getVersion();
}