This commit is contained in:
Milos Stojanovic
2020-03-06 15:19:14 +01:00
parent 0c4ee732ff
commit 4ee3edb487
3 changed files with 7 additions and 3 deletions

2
dist/index.php vendored
View File

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