From 29a0fadf32102cdfedeb8d23ff1a1cbc99efde70 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 9 Dec 2020 16:16:03 +0200 Subject: [PATCH] Release v1.4.0 --- application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/config.php b/application/config/config.php index d2685ad1..bfe7fcf4 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -9,7 +9,7 @@ | */ $config['version'] = '1.4.0'; // This must be changed manually. -$config['release_label'] = 'Beta.1'; // Leave empty for no title or add Alpha, Beta etc ... +$config['release_label'] = ''; // Leave empty for no title or add Alpha, Beta etc ... $config['debug'] = Config::DEBUG_MODE; /*