docker file fix, version bump

This commit is contained in:
Milos Stojanovic
2022-10-17 09:22:55 +02:00
parent 49a49f564d
commit d74d4bd062
3 changed files with 6 additions and 2 deletions

2
dist/index.php vendored
View File

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