version bump 7.7.1

This commit is contained in:
Milos Stojanovic
2022-01-13 11:32:05 +01:00
parent a68e56557e
commit ee4040a190
2 changed files with 5 additions and 1 deletions

2
dist/index.php vendored
View File

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