Skip to content

Commit

Permalink
Release v1.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Oct 22, 2020
1 parent 747e2f9 commit e3089ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down Expand Up @@ -302,7 +302,7 @@
| new release.
|
*/
$config['cache_busting_token'] = '93GX4';
$config['cache_busting_token'] = '824HX';

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit e3089ae

Please sign in to comment.