From 4a696fc9927c9c027facc26e16001acf287719b4 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 6 Nov 2021 16:54:34 +0100 Subject: [PATCH] Changed the develop state version --- application/config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/app.php b/application/config/app.php index 884f7bea..701c22ec 100644 --- a/application/config/app.php +++ b/application/config/app.php @@ -9,8 +9,8 @@ | */ -$config['version'] = '1.4.2'; // This must be changed manually. +$config['version'] = '1.5.0'; // This must be changed manually. -$config['release_label'] = ''; // Leave empty or add Alpha, Beta, Custom etc ... +$config['release_label'] = 'DEV'; // Leave empty or add ALPHA, BEST, CUSTOM etc ... $config['debug'] = Config::DEBUG_MODE;