From cae79283b8dab3ab4a00eebc18836aa38c407aa5 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Sat, 9 May 2020 21:10:54 +0200 Subject: [PATCH] bump version to 7.4.0 --- dist/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.php b/dist/index.php index f48bf65..1070b54 100644 --- a/dist/index.php +++ b/dist/index.php @@ -39,7 +39,7 @@ if (! defined('APP_PUBLIC_PATH')) { } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.3.5'); +define('APP_VERSION', '7.4.0'); use Filegator\App; use Filegator\Config\Config;