From 9255d7dd8a2f63fd414bbac5fdaca977d03dea20 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Sun, 16 Jun 2019 19:18:09 +0200 Subject: [PATCH] version update RC2 --- dist/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.php b/dist/index.php index 406144b..c7278be 100644 --- a/dist/index.php +++ b/dist/index.php @@ -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;