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