This commit is contained in:
Milos Stojanovic
2020-02-21 14:31:32 +01:00
parent 580e2afab7
commit ad4c34d64b
4 changed files with 12 additions and 2 deletions

2
dist/index.php vendored
View File

@@ -35,7 +35,7 @@ if (! defined('APP_PUBLIC_PATH')) {
}
define('APP_PUBLIC_DIR', __DIR__);
define('APP_VERSION', '7.2.0');
define('APP_VERSION', '7.2.1');
use Filegator\App;
use Filegator\Config\Config;