mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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;
|
||||
|
|
Loading…
Reference in a new issue