bump version to 7.4.0

This commit is contained in:
Milos Stojanovic
2020-05-09 21:10:54 +02:00
parent 15c386fe08
commit cae79283b8

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.5');
define('APP_VERSION', '7.4.0');
use Filegator\App;
use Filegator\Config\Config;