version bump and changelog upd - 7.10.0

This commit is contained in:
Milos Stojanovic
2024-04-17 17:30:05 +02:00
parent 27310f9d48
commit 90557f0f09
2 changed files with 4 additions and 1 deletions

2
dist/index.php vendored
View File

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