forked from mirrors/easyappointments
Changed the develop state version
This commit is contained in:
parent
5f211f3cf1
commit
4a696fc992
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue