version bump, docs update

This commit is contained in:
Milos Stojanovic
2023-01-25 13:48:21 +01:00
parent 37d25ef881
commit ebc76388ae
5 changed files with 10 additions and 7 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.9.1');
define('APP_VERSION', '7.9.2');
use Filegator\App;
use Filegator\Config\Config;