version bump to 7.7.0

This commit is contained in:
Milos Stojanovic
2021-09-27 11:47:57 +02:00
parent e79fc71142
commit a2f0e808c2
2 changed files with 16 additions and 2 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.6.0');
define('APP_VERSION', '7.7.0');
use Filegator\App;
use Filegator\Config\Config;