version bump

This commit is contained in:
Milos Stojanovic
2022-05-25 11:57:23 +02:00
parent 24e2702350
commit 29f5ee03e0
2 changed files with 5 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.0');
define('APP_VERSION', '7.8.1');
use Filegator\App;
use Filegator\Config\Config;