version bump

This commit is contained in:
Milos Stojanovic 2022-10-07 09:08:38 +02:00
parent 0848c7f950
commit 537360620e

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