version bump

This commit is contained in:
Milos Stojanovic
2024-04-24 14:17:20 +02:00
parent 18766d4051
commit 01937b14ec
2 changed files with 5 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.10.0');
define('APP_VERSION', '7.10.1');
use Filegator\App;
use Filegator\Config\Config;