From f52a0cb6b7013af432b2034c97f57f9884999ae9 Mon Sep 17 00:00:00 2001 From: jannyba <56595831+jannyba@users.noreply.github.com> Date: Sun, 19 Apr 2020 18:28:05 +0200 Subject: [PATCH] Version number bump (#69) --- dist/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.php b/dist/index.php index 1105965..f48bf65 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.4'); +define('APP_VERSION', '7.3.5'); use Filegator\App; use Filegator\Config\Config;