forked from mirrors/easyappointments
Release v1.5.0-dev.4
This commit is contained in:
parent
a9798bf27e
commit
ebe8f84ba1
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
|||
|
|
||||
*/
|
||||
|
||||
$config['version'] = '1.5.0-dev.3'; // This must be changed manually.
|
||||
$config['version'] = '1.5.0-dev.4'; // This must be changed manually.
|
||||
|
||||
$config['url'] = Config::BASE_URL;
|
||||
|
||||
$config['debug'] = Config::DEBUG_MODE;
|
||||
|
||||
$config['cache_busting_token'] = 'ZV950';
|
||||
$config['cache_busting_token'] = 'ZV951';
|
||||
|
|
Loading…
Reference in a new issue