Skip to content

Commit

Permalink
Release v1.4.3-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Feb 25, 2022
1 parent dce26ba commit 1661390
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 @@ -8,7 +8,7 @@
| Declare some of the global config values of Easy!Appointments.
|
*/
$config['version'] = '1.4.2'; // This must be changed manually.
$config['version'] = '1.4.3-beta.1'; // This must be changed manually.
$config['release_label'] = ''; // Leave empty for no title or add Alpha, Beta etc ...
$config['debug'] = Config::DEBUG_MODE;

Expand Down Expand Up @@ -314,7 +314,7 @@
| new release.
|
*/
$config['cache_busting_token'] = 'ZV947';
$config['cache_busting_token'] = '8UC842';

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

0 comments on commit 1661390

Please sign in to comment.