Changed the develop state version

This commit is contained in:
Alex Tselegidis 2021-11-06 16:54:34 +01:00
parent 5f211f3cf1
commit 4a696fc992
1 changed files with 2 additions and 2 deletions

View File

@ -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; $config['debug'] = Config::DEBUG_MODE;