From e3089aeca9c4463d2de0a739f73e357dc5abc817 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 22 Oct 2020 12:50:47 +0300 Subject: [PATCH] Release v1.4.0-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 5a659a3d..96df7658 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -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'; /* |--------------------------------------------------------------------------