version bump

This commit is contained in:
Milos Stojanovic
2023-01-20 09:56:14 +01:00
parent 86dcf9fc5f
commit 16a856a14b
2 changed files with 3 additions and 1 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.7');
define('APP_VERSION', '7.9.0');
use Filegator\App;
use Filegator\Config\Config;