* [FIX] Added plugins directory (empty by default). Thanks to @ortizleo for noticing

This commit is contained in:
nuxsmin
2017-09-01 08:02:04 +02:00
parent 9444ca76a3
commit 68efb99a79
2 changed files with 2 additions and 2 deletions

0
inc/Plugins/.blank Normal file
View File

View File

@@ -386,8 +386,8 @@ class Util
*/
public static function getVersion($retBuild = false, $normalized = false)
{
$build = 17083101;
$version = [2, 1, 13];
$build = 17090101;
$version = [2, 1, 14];
if ($normalized === true) {
return [implode('', $version), $build];