This commit is contained in:
Milos Stojanovic
2020-07-18 18:45:26 +02:00
parent 9af38047e0
commit f0d1d40a5b
3 changed files with 6 additions and 4 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.4.2');
define('APP_VERSION', '7.4.3');
use Filegator\App;
use Filegator\Config\Config;