This commit is contained in:
Milos Stojanovic
2021-06-24 09:43:15 +02:00
parent e1b58c3781
commit 7fc5a626bc
2 changed files with 6 additions and 1 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.5.1');
define('APP_VERSION', '7.5.2');
use Filegator\App;
use Filegator\Config\Config;