Release v1.4.0-beta.1

This commit is contained in:
Alex Tselegidis 2020-10-22 12:50:47 +03:00
parent 747e2f9a12
commit e3089aeca9
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
|
*/
$config['version'] = '1.4.0'; // This must be changed manually.
$config['release_label'] = 'Dev'; // Leave empty for no title or add Alpha, Beta etc ...
$config['release_label'] = 'Beta.1'; // Leave empty for no title or add Alpha, Beta etc ...
$config['debug'] = Config::DEBUG_MODE;
/*
@ -302,7 +302,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/';
| new release.
|
*/
$config['cache_busting_token'] = '93GX4';
$config['cache_busting_token'] = '824HX';
/*
|--------------------------------------------------------------------------