From 16613905bae1e380a47ea5ddb9538b360e281a87 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 25 Feb 2022 11:19:40 +0100 Subject: [PATCH] Release v1.4.3-beta.1 --- application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index f3a12058..4c06eb6a 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -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; @@ -314,7 +314,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/'; | new release. | */ -$config['cache_busting_token'] = 'ZV947'; +$config['cache_busting_token'] = '8UC842'; /* |--------------------------------------------------------------------------