mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 01:23:10 +03:00
Release v1.5.0-beta.1
This commit is contained in:
parent
f15d78797f
commit
5ade840a2b
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
|||
|
|
||||
*/
|
||||
|
||||
$config['version'] = '1.5.0-alpha.1'; // This must be changed manually.
|
||||
$config['version'] = '1.5.0-beta.1'; // This must be changed manually.
|
||||
|
||||
$config['url'] = Config::BASE_URL;
|
||||
|
||||
$config['debug'] = Config::DEBUG_MODE;
|
||||
|
||||
$config['cache_busting_token'] = 'ZV952';
|
||||
$config['cache_busting_token'] = 'ZV953';
|
||||
|
|
Loading…
Reference in a new issue