version bump

This commit is contained in:
Milos Stojanovic
2022-02-18 17:04:38 +01:00
parent c3597e1105
commit beb7d195c6
2 changed files with 4 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.7.1');
define('APP_VERSION', '7.7.2');
use Filegator\App;
use Filegator\Config\Config;