This commit is contained in:
Milos Stojanovic
2019-09-05 14:12:32 +02:00
parent 1f7d9c68e6
commit e0cc5772a5
3 changed files with 6 additions and 2 deletions

2
dist/index.php vendored
View File

@@ -35,7 +35,7 @@ if (! defined('APP_PUBLIC_PATH')) {
}
define('APP_PUBLIC_DIR', __DIR__);
define('APP_VERSION', '7.0.1');
define('APP_VERSION', '7.1.0');
use Filegator\App;
use Filegator\Config\Config;