This commit is contained in:
Milos Stojanovic
2020-02-26 11:20:10 +01:00
parent bf147321c4
commit a33f9179c3
3 changed files with 7 additions and 2 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.0');
define('APP_VERSION', '7.3.1');
use Filegator\App;
use Filegator\Config\Config;