Version number bump (#69)

This commit is contained in:
jannyba
2020-04-19 18:28:05 +02:00
committed by GitHub
parent 825b4c5c23
commit f52a0cb6b7

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