From 333c884f735cc09cb1af9b7777dac7ebdacc19f7 Mon Sep 17 00:00:00 2001 From: trendschau Date: Thu, 25 Jun 2020 07:29:39 +0200 Subject: [PATCH] Hotfix 1.3.7.1 --- system/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Settings.php b/system/Settings.php index 1be4f15..e11c922 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -78,7 +78,7 @@ class Settings 'contentFolder' => 'content', 'cache' => true, 'cachePath' => $rootPath . 'cache', - 'version' => '1.3.7', + 'version' => '1.3.7.1', 'setup' => true, 'welcome' => true, 'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],