Skip to content

Commit

Permalink
Release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Mar 8, 2022
1 parent 13e81c8 commit 44af526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/config.php
Expand Up @@ -8,7 +8,7 @@
| Declare some of the global config values of Easy!Appointments.
|
*/
$config['version'] = '1.4.3-beta.1'; // This must be changed manually.
$config['version'] = '1.4.3'; // 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'] = '8UC842';
$config['cache_busting_token'] = '6398SW';

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

0 comments on commit 44af526

Please sign in to comment.