version update RC2

This commit is contained in:
Milos Stojanovic
2019-06-16 19:18:09 +02:00
parent 2c757eea5f
commit 9255d7dd8a

2
dist/index.php vendored
View File

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